Hi,
try to allocate the String object into flash, by wrapping them with F().
ie:
Serial.println(F("Would set colour to blue"));
and also
TimelineChoreo.addInput(F("AccessToken"), TWITTER_ACCESS_TOKEN);
and so on.
Hi,
try to allocate the String object into flash, by wrapping them with F().
ie:
Serial.println(F("Would set colour to blue"));
and also
TimelineChoreo.addInput(F("AccessToken"), TWITTER_ACCESS_TOKEN);
and so on.