Hi, I can compile 'external components' branch only on the ESPHome version up to '2022.10'. Anything later throws the following error.
Seems like this issue is related to your custom Platformio package but I'm no expert on this. (this has also been registered earlier for another build that uses your platform package)
INFO Reading configuration /config/linp-doorbell-old.yaml...
INFO Generating C++ source...
INFO Compiling app...
Processing linp-doorbell-old (board: esp32doit-devkit-v1; framework: arduino; platform: platformio/espressif32 @ 5.2.0)
--------------------------------------------------------------------------------
Platform Manager: Installing platformio/espressif32 @ 5.2.0
INFO Installing platformio/espressif32 @ 5.2.0
Downloading [####################################] 100%
Unpacking [####################################] 100%
Platform Manager: espressif32@5.2.0 has been installed!
INFO espressif32@5.2.0 has been installed!
Error! Failed to extract upstream toolchainconfigurations:
Bad package version `1.22.0-97-gc752ad5-5.2.0`
You can disable this feature via the `board_build.arduino.upstream_packages = no` setting in your `platformio.ini` file.
ESPHome 2023.3 -->
sudo docker exec esphome pio system info
-------------------------- ---------------------------------------------
PlatformIO Core 6.1.6
Python 3.9.2-final.0
System Type linux_x86_64
Platform Linux-5.19.0-35-generic-x86_64-with-glibc2.31
File System Encoding utf-8
Locale Encoding UTF-8
PlatformIO Core Directory /root/.platformio
PlatformIO Core Executable /usr/local/bin/platformio
Python Executable /usr/bin/python3
Global Libraries 22
Development Platforms 0
Tools & Toolchains 0
-------------------------- ---------------------------------------------
Hi, I can compile 'external components' branch only on the ESPHome version up to '2022.10'. Anything later throws the following error.
Seems like this issue is related to your custom Platformio package but I'm no expert on this. (this has also been registered earlier for another build that uses your platform package)
ESPHome 2023.3 -->