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

@@ -58,7 +58,7 @@ void sendChar(uint8_t c) {
//PORTD &= ~_BV(2); // Diagnostic pin (D2)
}
char *string = "Why hello there, friend. Nice to meet you. Welcome to PSK31. 73, VE6SLP sk\r\n";
char *string = "Why hello there, friend. Nice to meet you. Welcome to QPSK63. 73, VE6SLP sk\r\n";
void loop() {
int i;
// put your main code here, to run repeatedly: