Skip to content

Commit

Permalink
verified Patch 4.0.1
Browse files Browse the repository at this point in the history
Tested App Change, and Modification of Sensor operation modes and states.
  • Loading branch information
Praneethsvch committed Nov 16, 2021
1 parent a90cea3 commit bac3104
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 @@ -36,7 +36,7 @@ const int defaultDevEUIAddress = 75; // 75 to 82
*/
const int MAJOR_VERSION = 4; // incompatible changes
const int MINOR_VERSION = 0; // add functionality in a backwards compatible manner
const int PATH_VERSION = 0; // backwards compatible bug fixes
const int PATH_VERSION = 1; // backwards compatible bug fixes

uint8_t SENSOR_STATE = 0x78; // Default sensor state is 'stop' -> Uplinks are CFG packets

Expand Down

0 comments on commit bac3104

Please sign in to comment.