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

@@ -38,6 +38,7 @@ void setup() {
pinMode(RESET_PIN, OUTPUT);
// turn on radio
digitalWrite(RESET_PIN, HIGH);
delay(5); // wait for device to come up
Serial.begin(9600);