-
Notifications
You must be signed in to change notification settings - Fork 93
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
cant compile Json_Example #119
Comments
Where is |
Hi thanks for your fast response. If I try to compile the project in PlatformIO I get the following error: How to get rid of these errors?
my main.cpp
|
Have you modified |
Hi probonopd I get it compiled. When I connect the ESP-12e to the terminal I get the following message: Typing the printed the IP without :80 I get only a empty page with not found: / By searching for a bridge over the Philips HUE APP I get following message on teminal: But the app can't find a bridge Is this normal? I think something works not correctly? |
Probably. I have not used newer versions of the Philips app in a long time, and when I did I found them to be bloated and buggy. |
One thing I recognized is that the message on terminal ist not complete. It ends with the apiversion. Information about timezone whitelist etc is missing`aJson.addStringToObject(root, "apiversion", "1.24.0");
} |
I tried to compile the Json_Example Sketch but get some compile errors.
First the avr/pgmspace.h couldnt find, so I delete the avr/. Until that I get these errors
`C:\xxx\AppData\Local\Temp\arduino_modified_sketch_748973\Json_Example.ino: In function 'uint16_t freeMem(uint16_t*)':
Json_Example:239: error: '__malloc_heap_start' was not declared in this scope
Json_Example:241: error: '__malloc_heap_end' was not declared in this scope
cp = __malloc_heap_end;
Json_Example:243: error: 'AVR_STACK_POINTER_REG' was not declared in this scope
Json_Example:243: error: '__malloc_margin' was not declared in this scope
exit status 1
'__malloc_heap_start' was not declared in this scope
`
I'm using Arduino Version 1.8.5, ESP8266 Version 2.4.0-rc2
Can someone help me?
The text was updated successfully, but these errors were encountered: