Using espnow and wifi station simultaneously on eps32c6
I’m getting a lot of help from stackoverflow, but this is my first time asking a question. My problem is this: Successfully transmitted data between two esp32c6 development boards using espnow communication. However, if you change one of the two to a wifi station and try to connect to the external Internet, espnow communication fails. In any case, it runs without failure when run independently, but the moment you connect espnow communication and the wifi station, espnow communication fails. Below is an example code. All were created by slightly modifying the example provided by esp-idf.