Bump version to 3.0.0 in configuration, app version, and HTML/JS files

This commit is contained in:
Frédéric Metrich 2026-07-05 19:39:02 +02:00
parent c88d36997f
commit 9883dbec5e
4 changed files with 7 additions and 7 deletions

View file

@ -3,7 +3,7 @@
#ifndef configsettings_h
#define configsettings_h
#include "WResp.h"
#define FW_VERSION "v2.4.7"
#define FW_VERSION "v3.0.0"
enum class conn_types_t : byte {
unset = 0x00,
wifi = 0x01,