diff --git a/src/rp2040_arduino_platform.h b/src/rp2040_arduino_platform.h index 8a9e7f3..bb4d70a 100644 --- a/src/rp2040_arduino_platform.h +++ b/src/rp2040_arduino_platform.h @@ -4,10 +4,15 @@ #ifdef ARDUINO_ARCH_RP2040 +#define USE_RP2040_EEPROM_EMULATION +#warning "using RP2040 EEPROM emulation" + +#ifndef USE_RP2040_EEPROM_EMULATION #ifndef KNX_FLASH_OFFSET #define KNX_FLASH_OFFSET 0x180000 // 1.5MiB #pragma warning "KNX_FLASH_OFFSET not defined, using 0x180000" #endif +#endif #ifdef USE_RP2040_LARGE_EEPROM_EMULATION #define USE_RP2040_EEPROM_EMULATION