Library HomeSpan

Hi everybody,

I’m new on this forum and beginner.

I’m using the library HomeSpan but when I’m building, I have the following error and I can’t understand where I can find or modifiy the VERSION 3.1.0 OR GREATER OF THE ARDUINO-ESP32 BOARD MANAGER.

My platformio.ini and error message.

Thanks in advance for your help. Appreciate.

Christophe

Unfortunately, the Espressif Arduino Framework version 3.x is not officially supported by PlatformIO. You have to use the community fork “pioarduino” to get the latest version (currently 3.3.2).

This is done simply by changing the platform setting in the platformio.ini:

platform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zip

If you need a specific Espressif Arduino version, check this list: platform-espressif32 versions · GitHub

Thanks your some much for your help.