Skip to content

Commit 70f3740

Browse files
me-no-devCopilot
andauthored
fix(doc): Update docs/en/api/network.rst
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7d5ad4f commit 70f3740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/api/network.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -879,7 +879,7 @@ The ``NetworkServer`` class provides TCP server functionality that works with an
879879
880880
server.begin();
881881
Serial.print("Server started on: ");
882-
Serial.println(WiFi.localIP());
882+
Serial.println(WiFi.STA.localIP());
883883
}
884884
885885
void loop() {

0 commit comments

Comments
 (0)