diff --git a/Firmware/FLORA_FIRMWARE/FLORA_FIRMWARE.ino b/Firmware/FLORA_FIRMWARE/FLORA_FIRMWARE.ino index 7d7d025..79fbd25 100644 --- a/Firmware/FLORA_FIRMWARE/FLORA_FIRMWARE.ino +++ b/Firmware/FLORA_FIRMWARE/FLORA_FIRMWARE.ino @@ -1,3 +1,8 @@ +/* + * GNU General Public License v3.0 + * Copyright (c) 2019 Martin Cerny +*/ + #include #include #include @@ -34,7 +39,7 @@ #define AP_NAME "FLORA_" #define FW_NAME "FLORA" -#define FW_VERSION "5.0" +#define FW_VERSION "5.1" #define CONFIG_TIMEOUT 300000 // 300000 = 5 minutes // ONLY CHANGE DEFINES BELOW IF YOU KNOW WHAT YOU'RE DOING! @@ -58,7 +63,7 @@ const char* update_password = "flora"; const char* ntpServerName = "pool.ntp.org"; const int dotsAnimationSteps = 2000; // dotsAnimationSteps * TIMER_INTERVAL_uS = one animation cycle time in microseconds -const uint8_t PixelCount = 12; // Addressable LED count +const uint8_t PixelCount = 14; // Addressable LED count HsbColor red[] = { HsbColor(RgbColor(100, 0, 0)), // LOW diff --git a/Firmware/FLORA_FIRMWARE/config_portal.ino b/Firmware/FLORA_FIRMWARE/config_portal.ino index 8f80dd8..2672bba 100644 --- a/Firmware/FLORA_FIRMWARE/config_portal.ino +++ b/Firmware/FLORA_FIRMWARE/config_portal.ino @@ -96,7 +96,12 @@ static const char html_footer[] PROGMEM = "" " "; -// iro.js v5.5.1 +/*! + * iro.js v5.5.1 + * 2016-2021 James Daniel + * Licensed under MPL 2.0 + * github.com/jaames/iro.js + */ static const char iro[] PROGMEM = "