Rebooting and flashing a node now works!

This commit is contained in:
Martin Preuss
2023-04-21 23:38:44 +02:00
parent 76e58b6fec
commit 97016b21b9
20 changed files with 468 additions and 14 deletions

View File

@@ -147,7 +147,7 @@ firmwareStart: rjmp main ; will be overwritten when flashing
; main code
.org 0xd00
.org AQHOME_BOOTLOADER_ADDR
main:
@@ -165,6 +165,7 @@ main:
.include "crc8.asm"
.include "flash.asm"
.include "flashproto.asm"
.include "watchdog.asm"