We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f893c1b commit bae9b13Copy full SHA for bae9b13
libraries/ArduinoOTA/src/ArduinoOTA.cpp
@@ -24,6 +24,7 @@
24
25
// #define OTA_DEBUG Serial
26
27
+
28
ArduinoOTAClass::ArduinoOTAClass()
29
: _port(0), _initialized(false), _rebootOnSuccess(true), _mdnsEnabled(true), _state(OTA_IDLE), _size(0), _cmd(0), _ota_port(0), _ota_timeout(1000),
30
_start_callback(NULL), _end_callback(NULL), _error_callback(NULL), _progress_callback(NULL) {}
0 commit comments