Feature Request: Make the "EMS-ESP" title text in the web interface configurable.

Fixes #3110
This commit is contained in:
proddy
2026-06-07 09:56:07 +02:00
parent c55b8c5e2e
commit cbfebabfa3
21 changed files with 84 additions and 24 deletions

View File

@@ -58,6 +58,7 @@ namespace emsesp {
class WebSettings {
public:
String version = EMSESP_APP_VERSION;
String system_name;
String locale;
uint8_t tx_mode;
uint8_t ems_bus_id;