Skip to content

Commit d08965e

Browse files
committed
Fix variable loc in example sketch
1 parent e5a53dd commit d08965e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Si5351JTDemo/Si5351JTDemo.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ JTEncode jtencode;
8282
unsigned long freq;
8383
String message = "N0CALL AA00";
8484
String call = "N0CALL";
85-
char loc[5] = "AA00";
85+
String loc = "AA00";
8686
uint8_t dbm = 27;
8787
uint8_t tx_buffer[255];
8888
enum mode cur_mode = DEFAULT_MODE;

0 commit comments

Comments
 (0)