mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-07 00:04:36 +03:00
committed by
GitHub
parent
dc9abed8b9
commit
2bb1b5a4d5
@@ -60,7 +60,7 @@ Alternatively, it can be declared as ``static`` in both function and global scop
|
|||||||
.. code:: cpp
|
.. code:: cpp
|
||||||
disconnectedEventHandler = nullptr;
|
disconnectedEventHandler = nullptr;
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
The Code
|
The Code
|
||||||
~~~~~~~~
|
~~~~~~~~
|
||||||
|
Reference in New Issue
Block a user