We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5a53dd commit d08965eCopy full SHA for d08965e
1 file changed
examples/Si5351JTDemo/Si5351JTDemo.ino
@@ -82,7 +82,7 @@ JTEncode jtencode;
82
unsigned long freq;
83
String message = "N0CALL AA00";
84
String call = "N0CALL";
85
-char loc[5] = "AA00";
+String loc = "AA00";
86
uint8_t dbm = 27;
87
uint8_t tx_buffer[255];
88
enum mode cur_mode = DEFAULT_MODE;
0 commit comments