DominikN / ESP32-to-ESP32

ESP32 to ESP32 communication example using Arduino framework. Secure, P2P, low latency connection between devices is established. Button connected to the first ESP32 controlls LED connected to second ESP32.
MIT License
56 stars 18 forks source link

Issue when compiling #2

Closed jobrien375 closed 2 years ago

jobrien375 commented 2 years ago

Hello,

When I compile the code I get this error message at the end

exit status 1 invalid user-defined conversion from 'IPv6Address' to 'const char*' [-fpermissive]

in reference to this line

client_tcp->connect(peerAddr, PORT);

DominikN commented 2 years ago

Hi, just added a GitHub Actions workflow and everything is building fine. Please check once more and let me know about the results.