I used the excact receiver example as in “ESP32 Receiver (ESP-NOW + Web Server)”
on a “Doit Esp32 DEVKIT V1”-board.
I see the readings of ESP-NOW in the serial monitor when I use
“WiFi.mode(WIFI_STA);”, not when I use “WiFi.mode(WIFI_AP_STA);”.
I tried the example in Arduino as well as in PlatformIO.
Both with equal results.
Can you help me out ?