mirror of
https://codeberg.org/mclemens/wt32powermeter.git
synced 2024-12-22 10:07:40 -05:00
version increment
This commit is contained in:
parent
c6f84970a4
commit
e1994207b0
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user