Use platform espressif32

This commit is contained in:
fvanroie 2022-12-28 22:37:59 +01:00
parent d93e9200c7
commit e2d448fb46
2 changed files with 3 additions and 2 deletions

View File

@ -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();
}

View File

@ -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