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