Search found 1 match
- Tue Sep 13, 2022 7:24 pm
- Forum: ESP32 Arduino
- Topic: ESP32 wifi server with multiple clients
- Replies: 3
- Views: 6288
ESP32 wifi server with multiple clients
Hello everyone I have a program where I configure my ESP32 as a server and it sent randomly generated data, the problem is that I can only connect 1 client at a time, what I want is that multiple clients can connect and they all receive the same information, I put the code that I have in my ESP32 as...