Hello,
I can update my ESP32-C3 plug using the OTA update option with no trouble but an update always fails with 'Not enough space' when I do it manually - even if I use the same bin.gz file shown in the OTA Url field (as shown - tasmota.bin.gz was downloaded manually to my pc using the OTA Url and then given as the file to upload).
I have read somewhere that I may need to install a minimal.bin image first and then install the one I want but even that fails. Is there something I can do to make it work ?
@up2us ESP32-C3 has Wi-Fi and Bluetooth 5 (LE) support.
Here's the YAML that I use for the v3 plugs (v2 is also in that repository).
you could use that and add Bluetooth Proxy support to it:
Specifically add this:
esp32_ble_tracker: scan_parameters: interval: 1100ms window: 1100ms active: true bluetooth_proxy: active: true