mirror of
https://github.com/lumapu/ahoy.git
synced 2025-08-03 08:28:20 +02:00
Merge pull request #300 from DanielR92/development03
Updated DTU_RADIO_ID with comment #292
This commit is contained in:
commit
ebf8f73194
2 changed files with 3 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -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…
Add table
Add a link
Reference in a new issue