Skip to content

Commit

Permalink
Update API.md
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Chavez <[email protected]>
  • Loading branch information
Eric286 authored Jun 22, 2023
1 parent 36f2a95 commit 775d907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ void loop() {
// put your main code here, to run repeatedly:
char myStr[] = "Ini data LoRaku";
lora.sendUplink(myStr, strlen(myStr), 0);
lora.sendUplink(myStr, strlen(myStr), 0, 1);
...
}
Expand Down

0 comments on commit 775d907

Please sign in to comment.