Skip to content

Commit

Permalink
rev982 enable BLE on all dev flavors. Updates CLI WiFi on boot setting
Browse files Browse the repository at this point in the history
  • Loading branch information
hpsaturn committed Jul 20, 2024
1 parent df62d34 commit 41ff24c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion lib/cli/cli.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@ void initShell(){
wcli.shell->attachLogo(logo);
wcli.setCallback(new mESP32WifiCLICallbacks());
wcli.setSilentMode(true);
wcli.disableConnectInBoot(); // the old manager do that
// Main Commands:
wcli.add("reboot",&wcli_reboot, "\tperform a ESP32 reboot");
wcli.add("swipe", &wcli_swipe, "\t\tfactory settings reset. (needs confirmation)");
Expand Down
4 changes: 2 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ framework = arduino
upload_speed = 1500000
monitor_speed = 115200
version = 0.7.0
revision = 981
revision = 982
# OTA remote update target (change it to none, if you want prevent CanAirIO updates)
target = dev
monitor_filters =
Expand All @@ -37,7 +37,7 @@ build_flags =
-D SHELLMINATOR_LOGO_COLOR=YELLOW
-D COMMANDER_MAX_COMMAND_SIZE=70
-D WCLI_MAX_CMDS=16
-D DISABLE_BLE=1 # removed Bluetooth module
; -D DISABLE_BLE=1 # removed Bluetooth module
; -D DISABLE_BATT=1 # removed battery module
; -D DISABLE_CLI_TELNET=1 # disable remote access via telnet. It needs CLI
; -D DISABLE_CLI=1 # removed CLI module. Config via Bluetooth only
Expand Down

0 comments on commit 41ff24c

Please sign in to comment.