version increment

This commit is contained in:
Michael Clemens // DK1MI 2023-05-30 18:15:53 +00:00
parent c6f84970a4
commit e1994207b0

View File

@ -4,8 +4,8 @@
For Ethernet shields using WT32_ETH01 (ESP32 + LAN8720) For Ethernet shields using WT32_ETH01 (ESP32 + LAN8720)
Uses WebServer_WT32_ETH01, a library for the Ethernet LAN8720 in WT32_ETH01 to run WebServer Uses WebServer_WT32_ETH01, a library for the Ethernet LAN8720 in WT32_ETH01 to run WebServer
Michael Clemens, DK1MI Author: Michael Clemens, DK1MI
Licensed under MIT license Licensed under GPLv3 license (see LICENSE.md)
VU meter code was taken from https://github.com/tomnomnom/vumeter, credits go to Tom Hudson (https://github.com/tomnomnom) VU meter code was taken from https://github.com/tomnomnom/vumeter, credits go to Tom Hudson (https://github.com/tomnomnom)
@ -28,7 +28,7 @@
#include "FS.h" #include "FS.h"
#include "SPIFFS.h" #include "SPIFFS.h"
String version = "0.9.1"; String version = "0.9.2";
Preferences config; Preferences config;
Preferences global_config; Preferences global_config;