Update shade_controller.ino

This commit is contained in:
mrcory
2020-02-14 18:07:01 -05:00
parent 6e99955d11
commit d497d7aade
+3 -1
View File
@@ -14,7 +14,7 @@
//version 2.5.0
//Latest tested :
const byte configVersion = 2; //This will prevent loading an old config from EEPROM
const byte configVersion = 1; //This will prevent loading an old config from EEPROM
#include <AccelStepper.h>
#include <EEPROM.h>
@@ -33,6 +33,8 @@ long currentDistance = 0;
#include <ArduinoOTA.h>
#include "ota.h"
WidgetTerminal terminal(V1);
//FastLED Setup
#include <FastLED.h>