diff --git a/src/mqtt/hasp_mqtt_esp.cpp b/src/mqtt/hasp_mqtt_esp.cpp index 2754a7ce..a82ec54f 100644 --- a/src/mqtt/hasp_mqtt_esp.cpp +++ b/src/mqtt/hasp_mqtt_esp.cpp @@ -437,7 +437,7 @@ void mqttSetup() LOG_DEBUG(TAG_MQTT, F(D_BULLET "Read %s => %s (%d bytes)"), FP_CONFIG_PASS, password.c_str(), password.length()); queue = xQueueCreate(64, sizeof(mqtt_message_t)); - arduino_esp_crt_bundle_set(rootca_crt_bundle_start); + esp_crt_bundle_set(rootca_crt_bundle_start); mqttStart(); } diff --git a/user_setups/esp32/_esp32.ini b/user_setups/esp32/_esp32.ini index 25a60db0..ef9e2c0b 100644 --- a/user_setups/esp32/_esp32.ini +++ b/user_setups/esp32/_esp32.ini @@ -140,7 +140,8 @@ board_build.partitions = user_setups/esp32/partitions_16MB.csv [arduino_esp32_v2] framework = arduino ;platform = https://github.com/tasmota/platform-espressif32/releases/download/v.2.0.5/platform-espressif32-v.2.0.5.zip -platform = https://github.com/tasmota/platform-espressif32/releases/download/2022.12.2/platform-espressif32.zip +;platform = https://github.com/tasmota/platform-espressif32/releases/download/2022.12.2/platform-espressif32.zip +platform = espressif32 board_build.filesystem = littlefs ; ----- crash reporter monitor_filters = esp32_exception_decoder