DanielR92
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
tools/esp8266/config_override_example.h
|
@ -24,7 +24,8 @@ |
|
|
#undef DEF_RF24_IRQ_PIN |
|
|
#undef DEF_RF24_IRQ_PIN |
|
|
#define DEF_RF24_IRQ_PIN 16 |
|
|
#define DEF_RF24_IRQ_PIN 16 |
|
|
|
|
|
|
|
|
|
|
|
// default radio ID (the ending 01ULL NEEDS to remain unmodified!)
|
|
|
#undef DTU_RADIO_ID |
|
|
#undef DTU_RADIO_ID |
|
|
#define DTU_RADIO_ID ((uint64_t)0x1234567802ULL) |
|
|
#define DTU_RADIO_ID ((uint64_t)0x1234567901ULL) |
|
|
|
|
|
|
|
|
#endif /*__CONFIG_OVERRIDE_H__*/ |
|
|
#endif /*__CONFIG_OVERRIDE_H__*/ |
|
|