added version markers to settings, option to disable INI comments

This commit is contained in:
2017-12-28 18:16:39 +01:00
parent d3d8b20095
commit 0af90eccbf
14 changed files with 265 additions and 170 deletions
+3 -1
View File
@@ -718,7 +718,9 @@ static void transfer_update_file_info(vfs_file_t file, uint32_t start_sector, ui
vfs_printf(" error: starting sector changed from %i to %i\r\n", file_transfer_state.start_sector, start_sector);
// this is probably a new file
trap("Changed start offset");//FIXME this sometimes happens, need to find how to reproduce
dbg("WARN! Changed start offset");
//trap("Changed start offset");//FIXME this sometimes happens, need to find how to reproduce
switch_to_new_file(stream, start_sector, true);
}