mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-05-02 06:36:11 -04:00
Added WiFi AP console mode
This commit is contained in:
parent
da1d9e732b
commit
910d50f11e
9 changed files with 313 additions and 27 deletions
|
@ -109,7 +109,7 @@ char bt_devname[11];
|
|||
bool bt_init() {
|
||||
bt_state = BT_STATE_OFF;
|
||||
if (bt_setup_hw()) {
|
||||
if (bt_enabled) bt_start();
|
||||
if (bt_enabled && !console_active) bt_start();
|
||||
return true;
|
||||
} else {
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue