fixed missing semicolon

This commit is contained in:
KS_HTK 2024-08-07 08:01:49 +02:00
parent 8191aacd31
commit ef8a635eb0

View file

@ -13,7 +13,7 @@ const char* mqtt_user = MQTT_USER;
const char* mqtt_pass = MQTT_PASS;
// Certificate
const char* ca_cert = CA_CERT
const char* ca_cert = CA_CERT;
const char* mqtt_topic = "backdoor/control";