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
get rid of warnings when converting python -> rst, force quit when they happen
fix code-blocks, always need extra line
fix invalid headers refs so they actually work
3. Disable ``disconnectedEventHandler``, so the event is no longer handled by our callback:
59
61
60
-
.. code:: cpp
62
+
.. code-block:: cpp
63
+
61
64
disconnectedEventHandler = nullptr;
62
65
63
66
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.
@@ -67,7 +70,7 @@ The Code
67
70
68
71
The complete code, including both methods discussed at the beginning, is provided below.
Copy file name to clipboardExpand all lines: doc/ota_updates/readme.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -216,7 +216,7 @@ Requirements
216
216
Application Example
217
217
~~~~~~~~~~~~~~~~~~~
218
218
219
-
Instructions below show configuration of OTA on a NodeMCU 1.0 (ESP-12E Module) board. You can use any other board that meets the `requirements <#basic-requirements>`__ described above. This instruction is valid for all operating systems supported by the Arduino IDE. Screen captures have been made on Windows 7 and you may see small differences (like name of the serial port), if you are using Linux or MacOS.
219
+
Instructions below show configuration of OTA on a NodeMCU 1.0 (ESP-12E Module) board. You can use any other board that meets the `requirements <#ota-basic-requirements>`__ described above. This instruction is valid for all operating systems supported by the Arduino IDE. Screen captures have been made on Windows 7 and you may see small differences (like name of the serial port), if you are using Linux or MacOS.
220
220
221
221
1. Before you begin, please make sure that you have the following software
222
222
installed:
@@ -336,7 +336,7 @@ Select COM port and baud rate on external terminal program as if you were using
336
336
:alt:Termite settings
337
337
338
338
339
-
Then run OTA from IDE and look what is displayed on terminal. Successful `ArduinoOTA <#arduinoota>`__ process using BasicOTA.ino sketch looks like below (IP address depends on your network configuration):
339
+
Then run OTA from IDE and look what is displayed on terminal. Successful `ArduinoOTA <#arduino-ide>`__ process using BasicOTA.ino sketch looks like below (IP address depends on your network configuration):
0 commit comments