n30: added a warning message if to much code.

This commit is contained in:
Martin Preuss
2026-03-26 21:07:49 +01:00
parent 66bc71b2bd
commit aba71f73e0

View File

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