mqtt tls only for esp32-S3, certificate input strips header/footer/CR/LF

This commit is contained in:
MichaelDvP
2023-07-11 07:50:13 +02:00
parent 5374127d56
commit 78403adeb4
3 changed files with 70 additions and 46 deletions

View File

@@ -24,7 +24,7 @@ export interface MqttSettings {
host: string;
port: number;
base: string;
rootCA: string;
rootCA?: string;
username: string;
password: string;
client_id: string;