mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-26 22:33:24 +00:00
7 lines
194 B
C
7 lines
194 B
C
#ifndef HAS_SCREEN
|
|
#define HAS_SCREEN 1
|
|
#endif
|
|
#define CANNED_MESSAGE_MODULE_ENABLE 1
|
|
#define HAS_GPS 1
|
|
#define MAX_RX_TOPHONE settingsMap[maxtophone]
|
|
#define MAX_NUM_NODES settingsMap[maxnodes] |