Skip to content

Commit a978654

Browse files
berlincountfifieldt
authored andcommitted
satisfy 'trunk fmt'
1 parent 012064a commit a978654

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

variants/heltec_wireless_bridge/variant.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,24 @@
1010
#define NO_EXT_GPIO 1
1111
#define NO_GPS 1
1212

13-
#define HAS_GPS 0 // GPS is not equipped
13+
#define HAS_GPS 0 // GPS is not equipped
1414
#undef GPS_RX_PIN
1515
#undef GPS_TX_PIN
1616

1717
// Green / Lora = PIN 22 / GPIO2, Yellow / Wifi = PIN 23 / GPIO0, Blue / BLE = PIN 25 / GPIO16
18-
#define LED_PIN 22
18+
#define LED_PIN 22
1919
#define WIFI_LED 23
20-
#define BLE_LED 25
20+
#define BLE_LED 25
2121

2222
// ESP32-D0WDQ6 direct pins SX1276
2323
#define USE_RF95
2424
#define LORA_DIO0 26
2525
#define LORA_DIO1 35
2626
#define LORA_DIO2 34
27-
#define LORA_SCK 05
27+
#define LORA_SCK 05
2828
#define LORA_MISO 19
2929
#define LORA_MOSI 27
30-
#define LORA_CS 18
30+
#define LORA_CS 18
3131

3232
// several things are not possible with JTAG enabled
3333
#ifndef USE_JTAG

0 commit comments

Comments
 (0)