Browse Source

Merge pull request #300 from DanielR92/development03

Updated DTU_RADIO_ID with comment #292
pull/323/head^2
lumapu 2 years ago
committed by GitHub
parent
commit
ebf8f73194
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/esp8266/config.h
  2. 3
      tools/esp8266/config_override_example.h

2
tools/esp8266/config.h

@ -45,7 +45,7 @@
#define DEF_RF24_CE_PIN 2
#define DEF_RF24_IRQ_PIN 0
// default radio ID
/// default radio ID (the ending 01ULL NEEDS to remain unmodified!)
#define DTU_RADIO_ID ((uint64_t)0x1234567801ULL)
// default NRF24 power, possible values (0 - 3)

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