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:
@@ -4659,7 +4659,8 @@ tp = checkstring(cmdline, (unsigned char *)"HEARTBEAT");
|
||||
enable_interrupts_pico();
|
||||
uSec(10000);
|
||||
disable_interrupts_pico();
|
||||
flash_range_program(FLASH_TARGET_OFFSET, (const uint8_t *)&Option, 768);
|
||||
// XXX @cuu not writing sizeof(option)?
|
||||
flash_range_program(FLASH_TARGET_OFFSET, (const uint8_t *)&Option, sizeof(struct option_s));
|
||||
enable_interrupts_pico();
|
||||
_excep_code = RESET_COMMAND;
|
||||
SoftReset();
|
||||
|
||||
Reference in New Issue
Block a user