mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-07-30 09:58:38 -04:00
SX1262 T-Beam configs
This commit is contained in:
parent
5a87095e30
commit
cac58b318a
3 changed files with 13 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue