added warning for when firmware gets to big thus overwriting bootloader.

This commit is contained in:
Martin Preuss
2026-03-28 17:43:08 +01:00
parent 6ea1e97835
commit 59d1ef7666
15 changed files with 79 additions and 2 deletions

View File

@@ -61,7 +61,7 @@
#define APPS_NETWORK
#define APPS_REPORTSENSORS
#define APPS_STATS
;#define APPS_STATS
#define APPS_MA_LIGHT
@@ -214,5 +214,9 @@ onEveryLoop:
deviceCodeEnd:
.if deviceCodeEnd >= BOOTLOADER_ADDR
.warning "Code reaches into boot loader!"
.endif