mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-22 17:34:25 +00:00

* Start portduino_config refactor * refactor GPIOs to new portduino_config * More portduino_config work * More conversion to portduino_config * Finish portduino_config transition * trunk * yaml output work * Simplify the GPIO config * Trunk
11 lines
265 B
C
11 lines
265 B
C
#ifndef HAS_SCREEN
|
|
#define HAS_SCREEN 1
|
|
#endif
|
|
#define CANNED_MESSAGE_MODULE_ENABLE 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
|