Skip to content

Commit bae9b13

Browse files
committed
test
1 parent f893c1b commit bae9b13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/ArduinoOTA/src/ArduinoOTA.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424

2525
// #define OTA_DEBUG Serial
2626

27+
2728
ArduinoOTAClass::ArduinoOTAClass()
2829
: _port(0), _initialized(false), _rebootOnSuccess(true), _mdnsEnabled(true), _state(OTA_IDLE), _size(0), _cmd(0), _ota_port(0), _ota_timeout(1000),
2930
_start_callback(NULL), _end_callback(NULL), _error_callback(NULL), _progress_callback(NULL) {}

0 commit comments

Comments
 (0)