mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-01 18:29:56 +00:00
d2ea430a3e
* Make SPI frequency configurable on Native * Make the tophone queue size configurable for Portduino * The modified SPISettings must be configured in setup(), after config.yaml is processed * make MeshService a pointer, so we can configure MAX_RX_TOPHONE at run time * Got a little over excited with refactoring * Silence a warning
7 lines
196 B
C
7 lines
196 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]
|
|
#define RADIOLIB_GODMODE 1
|