diff --git a/variants/heltec_wireless_bridge/variant.h b/variants/heltec_wireless_bridge/variant.h index d1170d15d..5ad16d0e2 100644 --- a/variants/heltec_wireless_bridge/variant.h +++ b/variants/heltec_wireless_bridge/variant.h @@ -10,24 +10,24 @@ #define NO_EXT_GPIO 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_TX_PIN // 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 BLE_LED 25 +#define BLE_LED 25 // ESP32-D0WDQ6 direct pins SX1276 #define USE_RF95 #define LORA_DIO0 26 #define LORA_DIO1 35 #define LORA_DIO2 34 -#define LORA_SCK 05 +#define LORA_SCK 05 #define LORA_MISO 19 #define LORA_MOSI 27 -#define LORA_CS 18 +#define LORA_CS 18 // several things are not possible with JTAG enabled #ifndef USE_JTAG