Skip to content

Commit

Permalink
Create a new file in every power-up #29
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklik committed Apr 4, 2024
1 parent 48b6bc4 commit 496682f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fw/AIRDOS04/AIRDOS04.ino
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ while(true)
filename = String(fn) + ".txt";
if (SD.exists(filename) == 0) break;
}
fn--;
// fn--;
filename = String(fn) + ".txt";

for( uint8_t n=0; n<5; n++)
Expand Down

0 comments on commit 496682f

Please sign in to comment.