mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 11:30:53 +00:00
.
This commit is contained in:
@@ -146,7 +146,8 @@ static void mqtt_app_start(void)
|
||||
.broker = {
|
||||
.address.uri = CONFIG_BROKER_URI,
|
||||
.verification.certificate = (const char *)mqtt_eclipseprojects_io_pem_start,
|
||||
.use_global_ca_store = false
|
||||
.use_global_ca_store = false,
|
||||
.skip_server_verification = true
|
||||
},
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user