kopia lustrzana https://github.com/Aircoookie/WLED
pull/4748/head
rodzic
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"
|
||||||
|
|
Ładowanie…
Reference in New Issue