Search found 1 match
- Mon Jun 29, 2020 1:19 pm
- Forum: Hardware
- Topic: Receive messages via wifi with interrupt while executing main loop
- Replies: 0
- Views: 1950
Receive messages via wifi with interrupt while executing main loop
Good day! Im using an ESP32 Wroom32 receiving messages and executing them. The use case needs the messages to be received while the main program is running. Code as is now: (runs properly) //initial code setup() { //wifi, server settings } main(){ WiFiClient client = server.available(); byte msg_ful...