Skip to content

Commit

Permalink
Update lorawan.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Praneethsvch authored May 6, 2022
1 parent 0e83f60 commit 5f15697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/src/lorawan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const int isStarted = 91;
MAJOR_VERSION.MINOR_VERSION.PATCH_VERSION
*/
const int MAJOR_VERSION = 4; // incompatible changes
const int MINOR_VERSION = 2; // add functionality in a backwards compatible manner
const int MINOR_VERSION = 3; // add functionality in a backwards compatible manner
const int PATCH_VERSION = 1; // backwards compatible bug fixes


Expand Down

0 comments on commit 5f15697

Please sign in to comment.