mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
* Heltec v3.2 VEXT fix
* Heltec T114 LED fix, (now flashes with LoRa TX)
This commit is contained in:
parent
cf17091588
commit
ae8fb5d9b1
5 changed files with 17 additions and 3 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue