Fix variable loc in example sketch

pull/5/head
Jason Milldrum 2016-07-10 11:43:31 -07:00
rodzic e5a53ddfb2
commit d08965e991
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -82,7 +82,7 @@ JTEncode jtencode;
unsigned long freq;
String message = "N0CALL AA00";
String call = "N0CALL";
char loc[5] = "AA00";
String loc = "AA00";
uint8_t dbm = 27;
uint8_t tx_buffer[255];
enum mode cur_mode = DEFAULT_MODE;