8000 removed print debug · Networking-for-Arduino/ESPHost@eee427d · GitHub
[go: up one dir, main page]

Skip to content

Commit eee427d

Browse files
committed
removed print debug
Former-commit-id: 009f504639c3f2c92aaac4067faeba8ebf5e250c
1 parent 26c49c2 commit eee427d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CCtrlWrapper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ class CCtrlMsgWrapper {
776776
payload.max_conn = cfg.max_connections;
777777
payload.ssid_hidden = cfg.ssid_hidden;
778778
payload.bw = cfg.bandwidth;
779-
Serial.println("start sofT Access point OK");
779+
780780
payload_set = true;
781781
}
782782

0 commit comments

Comments
 (0)
0