-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
ESP8266, pgm_read_ptr(): error: 'const void*' is not a pointer-to-object type #1442
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
Hi @phil31, Thank you for reporting this problem.
This is the same error we encountered in #1381. What surprises me most is that you shouldn't be affected by this bug because the ESP8266 core for Arduino is not based on Arduino Core API. And also, we can see that their definition is correct. Are you using an alternative core for ESP8266? Best regards, |
Hi Benoit thanks for your fast reply. i can perfectly compile the examples when the target are others than ESP8266 or ESO8285 (wich is my final target). regards |
Hi Phil, As far as I know, the Arduino IDE 1.8.13 doesn't support ESP8266 natively. Of course, the examples compile with ESP8266; they are even part of the Continuous Integration. I suggest you upgrade or reinstall the ESP8266 core for Arduino. Best regards, |
no upgrade available, wii lty uninstall/reinstall IDE and core regards |
Please let me know if it fixed the problem. |
well i just try to compile the samples for ESP targets, on another computer with a fresh install. i dont know how to remove properly the ESP core from arduino to try a new install ? regards |
To do a fresh install, you may need to delete the folder |
Hello all,
new with Arduino design, i'm trying to do some stufs with this librarie !
i try to compile the samples for Mega2560 or ESP32, that works (at least, compilation is right !)
but as soon as i change the target to ESP8266 generic (or ESP8285 generic which is my final target), with the same sample, i'v got some compilation errors that i can't solve by myself (newbie ...)
here it it the logs :
may i get some tips or info to solve this please ?
Arduino 1.8.13 with ArduinoJson 6.17.2
thanks, regards
The text was updated successfully, but these errors were encountered: