Browse Source

Update DTU_RADIO_ID in the last number 01ULL

See here https://github.com/lumapu/ahoy/issues/292
pull/295/head
DanielR92 3 years ago
committed by GitHub
parent
commit
e0ac48375e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/esp8266/config_override_example.h

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

Loading…
Cancel
Save