add delay after power on to examples, minor bugfixing

This commit is contained in:
Morgan Redfield
2018-08-04 19:47:58 -07:00
parent 45527b826f
commit 450d05fdea
19 changed files with 23 additions and 9 deletions

View File

@@ -31,6 +31,7 @@ void setup() {
// set up the reset control pin
pinMode(RESET_PIN, OUTPUT);
digitalWrite(RESET_PIN, HIGH);
delay(5); // wait for device to come up
Serial.begin(9600);
Serial.println("If the sketch freezes at radio status, there is something wrong with power or the shield");