Post here if you have questions using Arduino IDE to develop for Ameba
When you post, please take note to,
- Tag your post with the model of your Ameba
- Provide the version number of your Ameba Arduino package
- Provide error log or screenshot wherever possible
Where are the instructions and scripts for rebuilding the Arduino SDK for Ameba? I am finding lots of bugs, and would like to correct them. Some are in code that is rebuilt each time I build my sketch, but much is not.
Eg. My project requires the SoftAP IP address to be 1.2.3.4, but it is hard-coded in various places as 192.168.1.80, which will not work for this situation.
Another example: the WiFi.available() function, to check for data available for reading, loses data under many circumstances. I have rewritten much of it to fix that bug in several functions.
Anyway, I need to be able to rebuild lib_arduino.a from the source code. How is this done?
Thanks