Skip to content

Commit

Permalink
Add reference to the #8 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
xreef committed Feb 2, 2022
1 parent fb91d50 commit 57d2c5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions LoRa_E22.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -905,6 +905,7 @@ ResponseStatus LoRa_E22::sendFixedMessage( byte ADDH,byte ADDL, byte CHAN, const
ResponseStatus status;
status.code = this->sendStruct((uint8_t *)fixedStransmission, size+3);

// fix for #8 issue
free(fixedStransmission);

if (status.code!=SUCCESS) return status;
Expand Down

0 comments on commit 57d2c5e

Please sign in to comment.