mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-04 18:03:20 +03:00
parent
dc9abed8b9
commit
2bb1b5a4d5
@ -60,7 +60,7 @@ Alternatively, it can be declared as ``static`` in both function and global scop
|
||||
.. code:: cpp
|
||||
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
|
||||
~~~~~~~~
|
||||
|
Loading…
x
Reference in New Issue
Block a user