-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
F macro compiler errors #6
Comments
not sure how to handle those yet... we will not store anything in flash the way we do on ESP8266. |
Ok, no rush. I did something like this to get the code to compile without doing mass replacements.
|
Since we have DCACHE on the ESP32, we can define all pgmspace stuff to use direct memory access (similar to how it is done on Arduino Due). |
I confirmed 2ba4c40 fixes this problem. |
This patch fixes update timeouts (error #6) on slow HTTP/HTTPS links.
script to get last update commit
This code compiles on Uno and ESP8266 but produces compiler errors on ESP32.
Including pgmspace.h (not necessary on Uno and ESP8266) produces the following.
The text was updated successfully, but these errors were encountered: