mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-13 22:07:39 +00:00
Change file recording behavior to create new file instead of appending.
This commit is contained in:
@@ -100,7 +100,7 @@ private:
|
||||
}
|
||||
|
||||
msg_t run() {
|
||||
if( !file.open_for_append(file_path) ) {
|
||||
if( !file.open_for_writing(file_path) ) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user