This is a bug in 0.4.9 (possibly other versions). As a workaround, just paste this in your program .ino or .cpp file:
void random_seed_from_cloud(unsigned seed) {
srand(seed);
}
This is a bug in 0.4.9 (possibly other versions). As a workaround, just paste this in your program .ino or .cpp file:
void random_seed_from_cloud(unsigned seed) {
srand(seed);
}