After upgrade of esp-idf framework, I get errors when compiling

Solution: Install intelhex in the PlatformIO built-in Python environment.

Enter the virtual environment directory

cd C:\Users<username>.platformio\penv\Scripts

Activate the environment

.\activate

pip install intelhex

1 Like