This commit is contained in:
Blaz Kristan 2025-06-24 11:00:04 +02:00
parent 0f00c95aba
commit a041fd1266

View File

@ -1,5 +1,10 @@
#include "wled.h"
#ifdef ESP8266
#include <Updater.h>
#else
#include <Update.h>
#endif
#include "html_ui.h"
#include "html_settings.h"
#include "html_other.h"