1
0
Fork 0
mirror of https://github.com/lumapu/ahoy.git synced 2025-05-29 16:56:10 +02:00

create a DTU-ID from the CPU-ID

This commit is contained in:
DanielR92 2022-10-05 19:01:39 +02:00
parent 7a941c8882
commit 1ba92414cc
3 changed files with 22 additions and 9 deletions

View file

@ -24,8 +24,4 @@
#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)0x1234567901ULL)
#endif /*__CONFIG_OVERRIDE_H__*/