Fix examples to match Master branch.

This commit is contained in:
nick6x
2016-08-13 15:39:53 -07:00
parent c9a9320719
commit ad7d729010
7 changed files with 15 additions and 13 deletions

View File

@@ -89,7 +89,7 @@ void setup() {
pinMode(RESET_PIN, OUTPUT);
digitalWrite(RESET_PIN, HIGH);
Serial.begin(115200);
Serial.begin(9600);
Serial.print(";;;;;;;;;;;;;;;;;;;;;;;;;;");
int result = radio.testConnection();