Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Illegal instruction in esppl_functions #2

Open
MCKLtech opened this issue Apr 3, 2022 · 0 comments
Open

Illegal instruction in esppl_functions #2

MCKLtech opened this issue Apr 3, 2022 · 0 comments

Comments

@MCKLtech
Copy link

MCKLtech commented Apr 3, 2022

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--;

Exception 0: Illegal instruction
PC: 0x73657567
EXCVADDR: 0x00000000

Decoding stack results
0x4020139e: esppl_buf_to_info(unsigned char*, int, unsigned short) at .../ESP-Bug-master/bug/esppl_functions.h line 196
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant