Skip to content

Commit 13cfd12

Browse files
author
shennongmin
committed
Update docs
Signed-off-by: shennongmin <[email protected]>
1 parent 6b80abe commit 13cfd12

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+821
-700
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,11 @@ will be useful for Arduino lovers.
7373
bool unregisterUDP (uint8_t mux_id) : Unregister UDP port number in multiple mode.
7474
7575
bool setTCPServerTimeout (uint32_t timeout=180) : Set the timeout of TCP Server.
76-
76+
77+
bool startServer (uint32_t port=333) : Start Server(Only in multiple mode).
78+
79+
bool stopServer (void) : Stop Server(Only in multiple mode).
80+
7781
bool startTCPServer (uint32_t port=333) : Start TCP Server(Only in multiple mode).
7882
7983
bool stopTCPServer (void) : Stop TCP Server(Only in multiple mode).

doc/API-html/_connect_wi_fi_8ino-example.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/API-html/_connect_wi_fi_8ino_source.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/API-html/_e_s_p8266_8cpp.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/API-html/_e_s_p8266_8cpp_source.html

Lines changed: 468 additions & 456 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/API-html/_e_s_p8266_8h.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/API-html/_e_s_p8266_8h_source.html

Lines changed: 99 additions & 93 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/API-html/_h_t_t_p_g_e_t_8ino-example.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/API-html/_h_t_t_p_g_e_t_8ino_source.html

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)