Update qst2_promini33_rfm69_RTTY_5N1_4545_170_Keyboard_20180118.ino

Replaced my ham call sign with "MYCALLSIGN"
master
SnkMtn000 2018-01-29 14:15:19 -05:00 zatwierdzone przez GitHub
rodzic 5f82be5390
commit 04f15a0519
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 532 dodań i 532 usunięć

Wyświetl plik

@ -42,7 +42,7 @@ float stop_bit_time = bit_time * 2;
int index = 0; int index = 0;
String inputString = ""; // a String to hold incoming data String inputString = ""; // a String to hold incoming data
String myCall = "... CQ CQ CQ DE KC1ENN KC1ENN KC1ENN PSE K ... "; String myCall = "... CQ CQ CQ DE MYCALLSIGN MYCALLSIGN MYCALLSIGN PSE K ... ";
boolean stringComplete = false; // whether the string is complete boolean stringComplete = false; // whether the string is complete
uint32_t myMark; uint32_t myMark;
uint32_t mySpace; uint32_t mySpace;