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