- Improve config system allowing a user customizable config_override.h file to ensure git pulls don't require merges

- Move DTU_RADIO_ID to config.h to allow for easy customization for multiple DTUs with non conflicting radio IDs
This commit is contained in:
Oliver Fueckert 2022-08-30 08:52:47 +02:00
parent 348ad4bd07
commit 7fc57ffc8c
6 changed files with 45 additions and 4 deletions

View file

@ -16,7 +16,6 @@
#define DEFAULT_RECV_CHANNEL 3
#define SPI_SPEED 1000000
#define DTU_RADIO_ID ((uint64_t)0x1234567801ULL)
#define DUMMY_RADIO_ID ((uint64_t)0xDEADBEEF01ULL)
#define RF_CHANNELS 5