Search found 1 match
- Mon Dec 17, 2018 3:14 pm
- Forum: ESP32 Arduino
- Topic: client.connect additional parameters
- Replies: 0
- Views: 2294
client.connect additional parameters
Hello, I use ESP32 as client for my application that requires the ESP32 to send MAC adress as query on connect method. ESP32 can successfuly connect to my socket.io server using client.connect and what I need now is to send additional parameter (MAC Address) on this connect method. I successfuly mad...