mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
mqtt tls only for esp32-S3, certificate input strips header/footer/CR/LF
This commit is contained in:
@@ -24,7 +24,7 @@ export interface MqttSettings {
|
||||
host: string;
|
||||
port: number;
|
||||
base: string;
|
||||
rootCA: string;
|
||||
rootCA?: string;
|
||||
username: string;
|
||||
password: string;
|
||||
client_id: string;
|
||||
|
||||
Reference in New Issue
Block a user