Browse Source

Updated DTU_RADIO_ID with comment

pull/300/head
DanielR92 2 years ago
committed by GitHub
parent
commit
a77f8382ef
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      tools/esp8266/config_override_example.h

3
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__*/

Loading…
Cancel
Save