New esp32 ESP32_NOW_Serial

Hi I’m currently working on the new ESP32_NOW_Serial function.

You don’t have to add any libraries in the ArduinoIDE and compile examples without any problems.

I can’t find anything using the search function and if I add the missing lib manually, I get an error. Even though the CPP file can’t find the H file in the same directory.

Has anyone had any experience with this or can help?

ESP32_NOW_Serial.h is part of Espressif32 Arduino 3.x
PlatformIO only supports Espressif32 Arduino 2.x.

Use pioarduino to get the latest Arduino 3.1.1:

platform = https://github.com/pioarduino/platform-espressif32/releases/download/53.03.11/platform-espressif32.zip
1 Like

perfect, thanks a lot :ok_hand: