This commit is contained in:
Blaz Kristan
2025-06-24 11:00:04 +02:00
committed by Will Tatam
parent 2ccb7312d0
commit 74644aa4a7

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"