Improve support for Heltec Wireless Bridge (#6647)

* Use BLE_LED where present for CONNECTED/DISCONNECTED

* Use WIFI_LED where present for WiFi started/stopped (as AP) or connected/disconnected (as Station)

* improve support for Heltec Wireless Bridge

* satisfy 'trunk fmt'
This commit is contained in:
Andreas 'count' Kotes
2025-06-10 05:54:07 +02:00
committed by GitHub
parent 79b8e7b1cf
commit c6c2a4d4dd
7 changed files with 88 additions and 26 deletions

View File

@@ -332,7 +332,7 @@ void doDeepSleep(uint32_t msecToWake, bool skipPreflight = false, bool skipSaveN
}
#endif
#if defined(ARCH_ESP32) && defined(I2C_SDA)
#if !MESHTASTIC_EXCLUDE_I2C && defined(ARCH_ESP32) && defined(I2C_SDA)
// Added by https://github.com/meshtastic/firmware/pull/4418
// Possibly to support Heltec Capsule Sensor?
Wire.end();
@@ -542,4 +542,4 @@ void enableLoraInterrupt()
}
#endif
}
#endif
#endif