You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think there might be an incompatibility with the 3.0 board manager for ESP8266. When flashed, it will connect to the network but once the loop starts it seems to error around the 'esppl_process_frames' line as it loops through the channels.
I've tried it on a clone and original Wemos board and it crashed out both times.
esppl_buf_to_info() is the function where the error occurs, and the line is:
I think there might be an incompatibility with the 3.0 board manager for ESP8266. When flashed, it will connect to the network but once the loop starts it seems to error around the 'esppl_process_frames' line as it loops through the channels.
I've tried it on a clone and original Wemos board and it crashed out both times.
esppl_buf_to_info() is the function where the error occurs, and the line is:
frame_waitlist--;
The text was updated successfully, but these errors were encountered: