* Heltec v3.2 VEXT fix

* Heltec T114 LED fix, (now flashes with LoRa TX)
This commit is contained in:
Scott Powell 2025-03-07 21:37:05 +11:00
parent cf17091588
commit ae8fb5d9b1
5 changed files with 17 additions and 3 deletions

View file

@ -29,7 +29,8 @@ public:
ESP32Board::begin();
pinMode(PIN_ADC_CTRL, OUTPUT);
//pinMode(PIN_VEXT_EN, OUTPUT);
pinMode(PIN_VEXT_EN, OUTPUT);
digitalWrite(PIN_VEXT_EN, LOW); // for V3.2 boards
esp_reset_reason_t reason = esp_reset_reason();
if (reason == ESP_RST_DEEPSLEEP) {