fixed missing semicolon
This commit is contained in:
parent
8191aacd31
commit
ef8a635eb0
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue