* 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

@ -11,6 +11,4 @@ const uint32_t g_ADigitalPinMap[] = {
void initVariant()
{
pinMode(LED_BUILTIN, OUTPUT);
ledOff(LED_BUILTIN);
}