Skip to content

Commit 896c06e

Browse files
committed
restore missing lines on last merge
1 parent 38a0eb6 commit 896c06e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cli/cli.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ void initRemoteShell()
7777
void initShell(){
7878
wcli.shell->attachLogo(logo);
7979
wcli.setSilentMode(true);
80-
// wcli.disableConnectInBoot();
80+
wcli.disableConnectInBoot();
8181
// Main Commands:
8282
wcli.add("reboot", &wcli_reboot, "\tperform a ESP32 reboot");
8383
wcli.add("info", &wcli_info, "\t\tget device information");

0 commit comments

Comments
 (0)