mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-28 08:16:11 +02:00
Updated DTU_RADIO_ID with comment
This commit is contained in:
parent
338be37bec
commit
a77f8382ef
1 changed files with 2 additions and 1 deletions
|
@ -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