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.
2 parents c326ebf + aae835e commit 200f5ccCopy full SHA for 200f5cc
.github/scripts/set_push_chunks.sh
@@ -70,6 +70,7 @@ check_files() {
70
CORE_CHANGED=$(check_files "${core_files[@]}")
71
LIB_CHANGED=$(check_files "${library_files[@]}")
72
LIB_FILES=$last_check_files
73
+echo "last_check_files: $last_check_files"
74
echo "Lib Files changed: $LIB_FILES"
75
NETWORKING_CHANGED=$(check_files "${networking_files[@]}")
76
FS_CHANGED=$(check_files "${fs_files[@]}")
libraries/ArduinoOTA/src/ArduinoOTA.cpp
@@ -22,6 +22,8 @@
22
#include "MD5Builder.h"
23
#include "Update.h"
24
25
+
26
27
// #define OTA_DEBUG Serial
28
29
ArduinoOTAClass::ArduinoOTAClass()
0 commit comments