File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
variants/heltec_wireless_bridge Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
#define NO_EXT_GPIO 1
11
11
#define NO_GPS 1
12
12
13
- #define HAS_GPS 0 // GPS is not equipped
13
+ #define HAS_GPS 0 // GPS is not equipped
14
14
#undef GPS_RX_PIN
15
15
#undef GPS_TX_PIN
16
16
17
17
// 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
19
19
#define WIFI_LED 23
20
- #define BLE_LED 25
20
+ #define BLE_LED 25
21
21
22
22
// ESP32-D0WDQ6 direct pins SX1276
23
23
#define USE_RF95
24
24
#define LORA_DIO0 26
25
25
#define LORA_DIO1 35
26
26
#define LORA_DIO2 34
27
- #define LORA_SCK 05
27
+ #define LORA_SCK 05
28
28
#define LORA_MISO 19
29
29
#define LORA_MOSI 27
30
- #define LORA_CS 18
30
+ #define LORA_CS 18
31
31
32
32
// several things are not possible with JTAG enabled
33
33
#ifndef USE_JTAG
You can’t perform that action at this time.
0 commit comments