From a77f8382ef666c88e671dd086bf26ae55acbe53d Mon Sep 17 00:00:00 2001 From: DanielR92 Date: Thu, 22 Sep 2022 07:51:59 +0200 Subject: [PATCH] Updated DTU_RADIO_ID with comment --- tools/esp8266/config_override_example.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/esp8266/config_override_example.h b/tools/esp8266/config_override_example.h index dbaf54df..304a88f4 100644 --- a/tools/esp8266/config_override_example.h +++ b/tools/esp8266/config_override_example.h @@ -24,7 +24,8 @@ #undef DEF_RF24_IRQ_PIN #define DEF_RF24_IRQ_PIN 16 +// default radio ID (the ending 01ULL NEEDS to remain unmodified!) #undef DTU_RADIO_ID -#define DTU_RADIO_ID ((uint64_t)0x1234567802ULL) +#define DTU_RADIO_ID ((uint64_t)0x1234567901ULL) #endif /*__CONFIG_OVERRIDE_H__*/