mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-24 11:46:34 +00:00
Use platform espressif32
This commit is contained in:
parent
d93e9200c7
commit
e2d448fb46
@ -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();
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user