Esp Now and wifi server

Can you have esp now and wifi server running simultaniously ie can you have:

esp_now_init()
server.begin()

In the same setup?

If not, do you need to stop one process before starting the other, or will starting one process autimatically stop the other?

have a look at esp32-esp-now-wi-fi-web-server

That's brilliant, exactly what i was looking for.

Sometimes, you can't see the wood for the trees.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.