mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-01 10:19:59 +00:00
12efedec42
* Potential fix for bad Rx performance on T1000-E * validate and refactor RF switching, eliminate godmode --------- Co-authored-by: Thomas Göttgens <tgoettgens@gmail.com>
5 lines
168 B
C
5 lines
168 B
C
#define HAS_SCREEN 1
|
|
#define CANNED_MESSAGE_MODULE_ENABLE 1
|
|
#define HAS_GPS 1
|
|
#define MAX_RX_TOPHONE settingsMap[maxtophone]
|
|
#define MAX_NUM_NODES settingsMap[maxnodes] |