We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2d3d44 commit 1c4c995Copy full SHA for 1c4c995
1 file changed
variants/heltec_tower_v2/variant.cpp
@@ -25,6 +25,8 @@ void variant_shutdown()
25
nrf_gpio_cfg_default(PIN_GPS_STANDBY);
26
nrf_gpio_cfg_default(GPS_RX_PIN);
27
nrf_gpio_cfg_default(GPS_TX_PIN);
28
+ pinMode(LORA_KCT8103L_EN, OUTPUT);
29
+ digitalWrite(LORA_KCT8103L_EN, LOW);
30
nrf_gpio_cfg_default(LORA_KCT8103L_TX_RX);
31
nrf_gpio_cfg_default(RF_PA_DETECT_PIN);
32
nrf_gpio_cfg_default(SX126X_CS);
0 commit comments