Skip to content

Commit

Permalink
Trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
thebentern committed Oct 18, 2024
1 parent 6393526 commit 37ca548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mesh/NodeDB.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ NodeDB::NodeDB()
// FIXME - implement for other platforms
#endif
LOG_DEBUG("Device ID: %llu", myNodeInfo.device_id);

// likewise - we always want the app requirements to come from the running appload
myNodeInfo.min_app_version = 30200; // format is Mmmss (where M is 1+the numeric major number. i.e. 30200 means 2.2.00
// Note! We do this after loading saved settings, so that if somehow an invalid nodenum was stored in preferences we won't
Expand Down

0 comments on commit 37ca548

Please sign in to comment.