diff --git a/src/parking_assistant.ino b/src/parking_assistant.ino index 179d558..a05c31b 100644 --- a/src/parking_assistant.ino +++ b/src/parking_assistant.ino @@ -2,8 +2,8 @@ * ESP8266 Parking Assistant * Includes captive portal and OTA Updates * This provides code for an ESP8266 controller for WS2812b LED strips - * Version: 0.33 - * Last Updated: 11/18/2022 + * Version: 0.34 + * Last Updated: 11/27/2022 * ResinChem Tech - Released under GNU General Public License v3.0. There is no guarantee or warranty, either expressed or implied, as to the * suitability or utilization of this project, or as to the condition of this project, or whether it will be suitable to the users purposes or needs. * Use is solely at the end user's risk. @@ -25,7 +25,7 @@ #ifdef ESP32 #include #endif -#define VERSION "v0.32 (ESP8266)" +#define VERSION "v0.34 (ESP8266)" // ================================ // User Defined values and options