Describe the bug
I'm getting empty page with "Connected" on ESP32 WROOM 32D in both hotspot and regular mode.
Browser console shows this:
controls.js:60 Unknown type or event
handleEvent @ controls.js:60
controls.js:35 Uncaught TypeError: Cannot read properties of undefined (reading 'push')
at WebSocket.handleEvent (controls.js:35:75)
handleEvent @ controls.js:35
controls.js:35 Uncaught TypeError: Cannot read properties of undefined (reading 'push')
at WebSocket.handleEvent (controls.js:35:75)
handleEvent @ controls.js:35
controls.js:35 Uncaught TypeError: Cannot read properties of undefined (reading 'push')
at WebSocket.handleEvent (controls.js:35:75)
handleEvent @ controls.js:35
controls.js:35 Uncaught TypeError: Cannot read properties of undefined (reading 'push')
at WebSocket.handleEvent (controls.js:35:75)
handleEvent @ controls.js:35
controls.js:35 Uncaught TypeError: Cannot read properties of undefined (reading 'push')
at WebSocket.handleEvent (controls.js:35:75)
handleEvent @ controls.js:35
It's not the same as of now still Open #209 because I'm getting these errors, and it's on ESP32 instead of ESP8266.
It does not matter where I try to open it. On any browser, on any device, even on a phone.
I'm not really experienced in ESP32 nor C++ so any help towards fixing that will be much appreciated.
To Reproduce
Build and upload example "gui.ino" code and try to open it in browser. (or any other example)
Describe the bug I'm getting empty page with "Connected" on ESP32 WROOM 32D in both hotspot and regular mode.
Browser console shows this:
It's not the same as of now still Open #209 because I'm getting these errors, and it's on ESP32 instead of ESP8266. It does not matter where I try to open it. On any browser, on any device, even on a phone. I'm not really experienced in ESP32 nor C++ so any help towards fixing that will be much appreciated.
To Reproduce Build and upload example "gui.ino" code and try to open it in browser. (or any other example)
Screenshots
Additional context Versions of libraries