SX1262 T-Beam configs

This commit is contained in:
Mark Qvist 2024-02-10 19:19:22 +01:00
parent 5a87095e30
commit cac58b318a
3 changed files with 13 additions and 1 deletions

View file

@ -154,6 +154,9 @@ void setup() {
#if HAS_BLUETOOTH
bt_init();
bt_init_ran = true;
#elif HAS_BLE
// TODO: Implement BLE on ESP32S3 instead of this hack
bt_ready = true;
#endif
if (console_active) {