mirror of
https://gitlab.com/wirelos/sprocket-plugin-neopixel.git
synced 2025-12-14 21:52:21 +01:00
fix import
This commit is contained in:
@@ -14,11 +14,6 @@ lib_deps =
|
|||||||
ArduinoJson
|
ArduinoJson
|
||||||
Adafruit NeoPixel
|
Adafruit NeoPixel
|
||||||
ESP8266WiFi
|
ESP8266WiFi
|
||||||
ESPAsyncTCP
|
|
||||||
ArduinoOTA
|
|
||||||
ESP8266mDNS
|
|
||||||
ESP Async WebServer
|
|
||||||
painlessMesh
|
|
||||||
https://gitlab.com/wirelos/sprocket-lib.git#develop
|
https://gitlab.com/wirelos/sprocket-lib.git#develop
|
||||||
|
|
||||||
[env:basic]
|
[env:basic]
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
#include <ArduinoJson.h>
|
#include <ArduinoJson.h>
|
||||||
#include "JsonStruct.h"
|
#include "JsonStruct.h"
|
||||||
#include "utils/utils_print.h"
|
#include "utils/print.h"
|
||||||
|
|
||||||
struct NeoPatternState : public JsonStruct {
|
struct NeoPatternState : public JsonStruct {
|
||||||
uint pattern = 0;
|
uint pattern = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user