You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/esp8266wifi/generic-examples.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ Alternatively, it can be declared as ``static`` in both function and global scop
60
60
.. code:: cpp
61
61
disconnectedEventHandler = nullptr;
62
62
63
-
Take note that lifetime of the callback handler is up to the app. e.g. if ``onStationModeDisconnected`` is declared in the function scope, it would be discarded immediately after the function exists.
63
+
Take note that lifetime of the callback handler is up to the app. e.g. if ``onStationModeDisconnected`` is declared in the function scope, it would be discarded immediately after the function exits.
0 commit comments