Merge branch 'master' of https://github.com/jgromes/RadioLib
This commit is contained in:
commit
ada400630d
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ int main(void) {
|
|||
for(;;) {
|
||||
yield_no_wait();
|
||||
// send a packet
|
||||
printf("[SX1261] Transmitting '%s' \r\n", transmit_string);
|
||||
printf("[SX1261] Transmitting\r\n");
|
||||
|
||||
state = radio->transmit("Hello World!");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue