mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-13 22:32:27 +00:00
8 lines
118 B
C
8 lines
118 B
C
|
|
#define HAS_SCREEN 0
|
|
#define HAS_WIFI 0
|
|
|
|
#define LORA_SCK 4
|
|
#define LORA_MISO 3
|
|
#define LORA_MOSI 2
|
|
#define LORA_CS 1 |