Update shade_controller.ino
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user