Skip to content

Commit

Permalink
Update lorawan.cpp
Browse files Browse the repository at this point in the history
lora packet size update
  • Loading branch information
Praneethsvch authored Nov 6, 2020
1 parent 408dece commit b3f6647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lorawan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ static osjob_t sendjob;
unsigned int TX_INTERVAL;


unsigned char lora_packet[5];
unsigned char lora_packet[6];
bool TX_COMPLETED = false;


Expand Down

0 comments on commit b3f6647

Please sign in to comment.