mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-30 21:51:51 +00:00
* Remove noop CANNED_MESSAGE_MODULE_ENABLE define * Remove over-eager warning removal * Remove unused LED_CONN * Dead defines removal * Rename oddball LED pin name * Rename second oddball LED pin name * Remove another dead define
11 lines
251 B
C
11 lines
251 B
C
#ifndef HAS_SCREEN
|
|
#define HAS_SCREEN 1
|
|
#endif
|
|
#define USE_TFTDISPLAY 1
|
|
#define HAS_GPS 1
|
|
#define MAX_RX_TOPHONE portduino_config.maxtophone
|
|
#define MAX_NUM_NODES portduino_config.MaxNodes
|
|
|
|
// RAK12002 RTC Module
|
|
#define RV3028_RTC (uint8_t)0b1010010
|