tasmota / docker-tasmota

Docker container with a complete build environment for Tasmota using PlatformIO
77 stars 49 forks source link

Error: Unknown board ID 'esp32_4M' #15

Closed jeroenst closed 1 year ago

jeroenst commented 1 year ago

When I'm building tasmota32 with blakadder/docker-tasmota I get the error Error: Unknown board ID 'esp32_4M'

Processing tasmota32 (framework: arduino; platform: https://github.com/tasmota/platform-espressif32/releases/download/2022.12.2/platform-espressif32.zip; board: esp32_4M)
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Platform Manager: Installing https://github.com/tasmota/platform-espressif32/releases/download/2022.12.2/platform-espressif32.zip
Downloading  [####################################]  100%
Unpacking  [####################################]  100%
Platform Manager: espressif32@2022.12.2 has been installed!
Error: Unknown board ID 'esp32_4M'

How can I solve this?

barbudor commented 1 year ago

I've alerady answered on tasmota I can't reproduce You may have an old override file around

jeroenst commented 1 year ago

I removed all old files and downloaded them again. Now everything works fine. Thank you.