From 3cbdc37889edc3fe464341fe7c035c8417f4b27a Mon Sep 17 00:00:00 2001 From: Michael Clemens // DK1MI Date: Wed, 26 Jul 2023 10:08:47 +0000 Subject: [PATCH] set version to 1.0.0 --- wt32pamon.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wt32pamon.ino b/wt32pamon.ino index c75338c..8774393 100644 --- a/wt32pamon.ino +++ b/wt32pamon.ino @@ -1,5 +1,5 @@ /**************************************************************************************************************************** - Remote PA Monitor - solution to remotely monitor RF power, VSWR and more of QO-100 power amplifiers + Remote PA Monitor - solution to remotely monitor RF power, VSWR and more of ham radio power amplifiers For Ethernet shields using WT32_ETH01 (ESP32 + LAN8720) Uses WebServer_WT32_ETH01, a library for the Ethernet LAN8720 in WT32_ETH01 to run WebServer @@ -28,7 +28,7 @@ #include "FS.h" #include "SPIFFS.h" -String version = "0.9.4"; +String version = "1.0.0"; Preferences config; Preferences global_config;