mirror of
https://github.com/AlexGyver/GyverLamp2.git
synced 2025-08-07 08:40:35 +03:00
fixed build under linux
This commit is contained in:
@@ -154,8 +154,8 @@ const char WiFiPassword[] = "12345678";
|
||||
//#define FASTLED_ALLOW_INTERRUPTS 0
|
||||
#include "data.h" // данные
|
||||
#include "Time.h" // часы
|
||||
#include "TimeRandom.h" // случайные числа по времени
|
||||
//#include "FastRandom.h" // быстрый рандом
|
||||
#include "timeRandom.h" // случайные числа по времени
|
||||
//#include "fastRandom.h" // быстрый рандом
|
||||
#include "Button.h" // библа кнопки
|
||||
#include "palettes.h" // палитры
|
||||
#include "NTPClient-Gyver.h" // сервер времени (модиф)
|
||||
|
Reference in New Issue
Block a user