satisfy 'trunk fmt'

This commit is contained in:
Andreas 'count' Kotes 2025-05-30 15:16:47 +02:00 committed by Thomas Göttgens
parent c17fd1a477
commit ee4cb05a4e

View File

@ -10,24 +10,24 @@
#define NO_EXT_GPIO 1 #define NO_EXT_GPIO 1
#define NO_GPS 1 #define NO_GPS 1
#define HAS_GPS 0 // GPS is not equipped #define HAS_GPS 0 // GPS is not equipped
#undef GPS_RX_PIN #undef GPS_RX_PIN
#undef GPS_TX_PIN #undef GPS_TX_PIN
// Green / Lora = PIN 22 / GPIO2, Yellow / Wifi = PIN 23 / GPIO0, Blue / BLE = PIN 25 / GPIO16 // Green / Lora = PIN 22 / GPIO2, Yellow / Wifi = PIN 23 / GPIO0, Blue / BLE = PIN 25 / GPIO16
#define LED_PIN 22 #define LED_PIN 22
#define WIFI_LED 23 #define WIFI_LED 23
#define BLE_LED 25 #define BLE_LED 25
// ESP32-D0WDQ6 direct pins SX1276 // ESP32-D0WDQ6 direct pins SX1276
#define USE_RF95 #define USE_RF95
#define LORA_DIO0 26 #define LORA_DIO0 26
#define LORA_DIO1 35 #define LORA_DIO1 35
#define LORA_DIO2 34 #define LORA_DIO2 34
#define LORA_SCK 05 #define LORA_SCK 05
#define LORA_MISO 19 #define LORA_MISO 19
#define LORA_MOSI 27 #define LORA_MOSI 27
#define LORA_CS 18 #define LORA_CS 18
// several things are not possible with JTAG enabled // several things are not possible with JTAG enabled
#ifndef USE_JTAG #ifndef USE_JTAG