Skip to content

Commit a041fd1

Browse files
committed
Fix #4747
1 parent 0f00c95 commit a041fd1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

wled00/wled_server.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
#include "wled.h"
22

3+
#ifdef ESP8266
4+
#include <Updater.h>
5+
#else
6+
#include <Update.h>
7+
#endif
38
#include "html_ui.h"
49
#include "html_settings.h"
510
#include "html_other.h"

0 commit comments

Comments
 (0)