Skip to content

Commit

Permalink
Merge pull request #3 from ElectronicCats/dev
Browse files Browse the repository at this point in the history
Ready for release
  • Loading branch information
REGIOIGER authored Aug 6, 2024
2 parents f86eb26 + 62c66d7 commit ea915c5
Show file tree
Hide file tree
Showing 2 changed files with 1,081 additions and 52 deletions.
2 changes: 1 addition & 1 deletion applications_user/lora_app/lora.c
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ Returns -1 when no packet is available.
Returns 0 when an empty packet is received (packet with no payload)
Returns payload size (1-255) when a packet with a non-zero payload is received. If packet received is larger than the buffer provided, this will return buffMaxLen
*/
int lora_receive_async(u_int8_t* buff, int buffMaxLen) {
int lora_receive_async(uint8_t* buff, int buffMaxLen) {
setModeReceive(); // Sets the mode to receive (if not already in receive mode)

if (furi_hal_gpio_read(pin_dio1)){
Expand Down
Loading

0 comments on commit ea915c5

Please sign in to comment.