Esp-now bug with platform = espressif32

I have a problem with
platform = espressif32
peer network on esp now is not working.

testet on latest arduino ide it works fine,
what kann I do to use the same version as arduino ide use?

regards

Joerg

ich benutze nun

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

is it the last version?
Because with it I have to make changes in my code

The latest available stable version provided by pioarduino is Espressif Arduino 3.2.0:

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

The latest available alpha version provided by pioarduino is 3.3.0-alpha1:

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

Usually pioarduino releases the latest version shortly after they are released by Espressif.

See here the available releases by pioarduino:

See here for the releases by Espressif:

(pioarduino wraps the releases by Espressif in a platform which can be used in PlatformIO)

Which problem do you have exactly and what’s not working ?

ok after a new of install palattformio
i recodnized that I use a old Version when I only use

platform = espressif32

in ini.

Now after reinstall 6.11 was installed

I think that was my Problem :slight_smile:

Thanks for help

regards

Joerg