When I call randomSeed(analogRead(0)) I the following error about it not being declared but yet I can call it on the wireless stick.
Error below:
In function ‘void setup()’:
LoRaSender-cubecell:71:30: error: ‘randomSeed’ was not declared in this scope
randomSeed(analogRead(0));
^
exit status 1
‘randomSeed’ was not declared in this scope