mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-25 20:26:41 +00:00
Revert esp_crt_bundle_set
This commit is contained in:
parent
2228ca04cd
commit
8d8fc0e976
@ -465,8 +465,8 @@ static esp_err_t mqtt_event_handler(esp_mqtt_event_handle_t event)
|
|||||||
void mqttSetup()
|
void mqttSetup()
|
||||||
{
|
{
|
||||||
queue = xQueueCreate(64, sizeof(mqtt_message_t));
|
queue = xQueueCreate(64, sizeof(mqtt_message_t));
|
||||||
esp_crt_bundle_set(rootca_crt_bundle_start, rootca_crt_bundle_end-rootca_crt_bundle_start);
|
//esp_crt_bundle_set(rootca_crt_bundle_start, rootca_crt_bundle_end-rootca_crt_bundle_start);
|
||||||
//arduino_esp_crt_bundle_set(rootca_crt_bundle_start);
|
arduino_esp_crt_bundle_set(rootca_crt_bundle_start);
|
||||||
mqttStart();
|
mqttStart();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user