mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
add checkbox for MQTT-TLS, fix #1474
This commit is contained in:
@@ -64,6 +64,7 @@ class MqttSettings {
|
||||
String host;
|
||||
uint16_t port;
|
||||
String rootCA;
|
||||
bool enableTLS;
|
||||
|
||||
// username and password
|
||||
String username;
|
||||
|
||||
Reference in New Issue
Block a user