mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-20 09:43:03 +00:00
10 lines
256 B
C
10 lines
256 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]
|
|
|
|
// RAK12002 RTC Module
|
|
#define RV3028_RTC (uint8_t)0b1010010 |