Skip to content

Commit 1383843

Browse files
committed
Fix WCLI
1 parent 0ae62b5 commit 1383843

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/cli/cli.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ void initRemoteShell()
7878
void initShell(){
7979
wcli.shell->attachLogo(logo);
8080
wcli.setSilentMode(true);
81-
wcli.disableConnectInBoot();
8281
// Main Commands:
8382
wcli.add("reboot", &wcli_reboot, "\tperform a ESP32 reboot");
8483
wcli.add("info", &wcli_info, "\t\tget device information");

0 commit comments

Comments
 (0)