mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
Multi-language/I18n support #22
This commit is contained in:
@@ -29,6 +29,7 @@ namespace emsesp {
|
||||
|
||||
class WebSettings {
|
||||
public:
|
||||
String locale;
|
||||
uint8_t tx_mode;
|
||||
uint8_t ems_bus_id;
|
||||
bool shower_timer;
|
||||
@@ -81,6 +82,7 @@ class WebSettings {
|
||||
SHOWER = (1 << 4), // 16
|
||||
LED = (1 << 5), // 32
|
||||
BUTTON = (1 << 6), // 64
|
||||
MQTT = (1 << 7), // 128
|
||||
RESTART = 0xFF
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user