Release cleanup

This commit is contained in:
Robert Strouse 2023-01-22 15:21:01 -08:00
parent 9181fd924a
commit 2b81cd877c
5 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
#ifndef configsettings_h
#define configsettings_h
#define FW_VERSION "v1.03.1"
#define FW_VERSION "v1.0.7"
enum DeviceStatus {
DS_OK = 0,
DS_ERROR = 1,
@ -37,7 +37,7 @@ class WifiSettings: BaseSettings {
public:
WifiSettings();
char serverId[10] = "";
char hostname[32] = "";
char hostname[32] = "ESPSomfyRTS";
char ssid[32] = "";
char passphrase[32] = "";
bool ssdpBroadcast = true;