You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 15, 2018. It is now read-only.
Hi, i'm finding when i compile the dynamo put .ino with all of the cpp/h files from the src directory (including added keys.h and keys.cpp files) the resulting binary is 109k. This is too big to fit on the spark core. What have I missed? The dynamo get sample app compiles down to small enough.
The text was updated successfully, but these errors were encountered:
I've come to realize that the flash size for Spark Cores range from barely enough memory to fit that sample, to barely not enough. There is a small amount of code in src/AWSClient.ccp/.h that is currently unused and can be removed to make a small dent in the program size: AWSClient::headersToCurlRequest() and AWSClient::createCurlRequest(), as well as the spots where createCurlRequest is called by the methods in AmazonDynamoDBClient, i.e change all occurance of
Hi, i'm finding when i compile the dynamo put .ino with all of the cpp/h files from the src directory (including added keys.h and keys.cpp files) the resulting binary is 109k. This is too big to fit on the spark core. What have I missed? The dynamo get sample app compiles down to small enough.
The text was updated successfully, but these errors were encountered: