mirror of
https://github.com/wled/WLED.git
synced 2025-07-20 09:16:31 +00:00
Fix #4747
This commit is contained in:
parent
0f00c95aba
commit
a041fd1266
@ -1,5 +1,10 @@
|
|||||||
#include "wled.h"
|
#include "wled.h"
|
||||||
|
|
||||||
|
#ifdef ESP8266
|
||||||
|
#include <Updater.h>
|
||||||
|
#else
|
||||||
|
#include <Update.h>
|
||||||
|
#endif
|
||||||
#include "html_ui.h"
|
#include "html_ui.h"
|
||||||
#include "html_settings.h"
|
#include "html_settings.h"
|
||||||
#include "html_other.h"
|
#include "html_other.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user