mirror of
https://github.com/clockworkpi/PicoCalc.git
synced 2026-03-25 13:32:38 +01:00
program offset back to 200k, picomite size increase to 880k (1080k in total)
This commit is contained in:
@@ -5490,6 +5490,7 @@ void SaveOptions(void)
|
||||
enable_interrupts_pico();
|
||||
uSec(10000);
|
||||
disable_interrupts_pico();
|
||||
// XXX @cuu erased 4K, but only write sizeof(option) back?
|
||||
flash_range_program(FLASH_TARGET_OFFSET, (const uint8_t *)&Option, sizeof(struct option_s));
|
||||
enable_interrupts_pico();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user