-
Notifications
You must be signed in to change notification settings - Fork 13.3k
2.5.0 USB Host Shield Library compile errors #5733
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
Comments
Merged
earlephilhower
added a commit
to earlephilhower/Arduino
that referenced
this issue
Feb 7, 2019
Fix dereferencing in pgm_read_ptr() macro on 8266 and host. Fixes esp8266#5733
earlephilhower
added a commit
that referenced
this issue
Feb 7, 2019
Fix dereferencing in pgm_read_ptr() macro on 8266 and host. Fixes #5733
This was referenced Feb 16, 2020
tomec-martin
added a commit
to tomec-martin/ArduinoFake
that referenced
this issue
Aug 8, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Compiling examples from the USB Host Shield Library 2.0 works with ESP8266 board package 2.4.2 but fail with 2.5.0. A single line change to pgmspace.h allows the compilation to complete without errors.
I do not understand why this makes a difference. I copied the replacement line from the 2.4.2 version of pgmspace.h
To reproduce the problem install "USB Host Shield Library 2.0" using library manager with ESP8266 board package 2.5. Compile any example but for the sake of discussion use USB_desc. All of the following messages disappear if the one line change above is made.
The text was updated successfully, but these errors were encountered: