now with TLS and mqtt login

This commit is contained in:
KS_HTK 2024-08-07 07:59:46 +02:00
parent 1107bb5d30
commit 8191aacd31
2 changed files with 17 additions and 4 deletions

View file

@ -3,4 +3,7 @@ build_flags =
-D WIFI_SSID=\"wifi ssid\"
-D WIFI_PASS=\"wifi password\"
-D MQTT_SERVER=\"mqtt broker address\"
-D MQTT_PORT=mqtt port number
-D MQTT_PORT=mqtt port number
-D MQTT_USER=\"mqttuser\"
-D MQTT_PASS=\"mqttpass\"
-D CA_CERT=\"-----BEGIN CERTIFICATE-----\nYOUR_CERT_HERE\n-----END CERTIFICATE-----\n\"