Search found 1 match
- Wed Apr 10, 2024 9:30 pm
- Forum: ESP32 Arduino
- Topic: WebSockets.h Help: "WStype_t"
- Replies: 1
- Views: 704
WebSockets.h Help: "WStype_t"
Hi, I was trying to create a webserver/websockets project, following this video for the general structure: https://www.youtube.com/watch?v=15X0WvGaVg8&ab_channel=MoThunderz I was writing my function to handle websocketevents (in the video, he starts this around 19:44), which looked like this: void w...