Internet Server - Websockets - Build Error "unknown type name 'httpd_ws_frame_t';" #78
-
|
Hi Everyone, ************* From idf.py build output ************************* My whole project in VSCode is green with no errors resolving functions/headers. I have included the header that defines the "httpd_ws_frame_t" struct type : #include "esp_http_server.h" I can also click through to the struct definition in the header file using CTRL + <click the "httpd_ws_frame_t" on line 65> to see its definition. I also re-wrote the struct definition manually and VSCode recognized all the members with auto-complete. I'm using esp-idf 4.4 Anyone else have this issue, or have any ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
@mikebeepboop |
Beta Was this translation helpful? Give feedback.
@mikebeepboop
Did you add the web socket to the menuconfig https://learnesp32.com/videos/14/5_web%20sockets%20continued at 13:50?