We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ae62b5 commit 1383843Copy full SHA for 1383843
lib/cli/cli.cpp
@@ -78,7 +78,6 @@ void initRemoteShell()
78
void initShell(){
79
wcli.shell->attachLogo(logo);
80
wcli.setSilentMode(true);
81
- wcli.disableConnectInBoot();
82
// Main Commands:
83
wcli.add("reboot", &wcli_reboot, "\tperform a ESP32 reboot");
84
wcli.add("info", &wcli_info, "\t\tget device information");
0 commit comments