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 0f00c95 commit a041fd1Copy full SHA for a041fd1
wled00/wled_server.cpp
@@ -1,5 +1,10 @@
1
#include "wled.h"
2
3
+#ifdef ESP8266
4
+ #include <Updater.h>
5
+#else
6
+ #include <Update.h>
7
+#endif
8
#include "html_ui.h"
9
#include "html_settings.h"
10
#include "html_other.h"
0 commit comments