From e0ac48375e128dac360b462b0868391f4b8207b6 Mon Sep 17 00:00:00 2001 From: DanielR92 Date: Tue, 20 Sep 2022 09:54:23 +0200 Subject: [PATCH] Update DTU_RADIO_ID in the last number 01ULL See here https://github.com/lumapu/ahoy/issues/292 --- tools/esp8266/config_override_example.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/esp8266/config_override_example.h b/tools/esp8266/config_override_example.h index dbaf54df..424abd51 100644 --- a/tools/esp8266/config_override_example.h +++ b/tools/esp8266/config_override_example.h @@ -25,6 +25,6 @@ #define DEF_RF24_IRQ_PIN 16 #undef DTU_RADIO_ID -#define DTU_RADIO_ID ((uint64_t)0x1234567802ULL) +#define DTU_RADIO_ID ((uint64_t)0x1234567801ULL) #endif /*__CONFIG_OVERRIDE_H__*/