Skip to content

Commit

Permalink
Fix devicestate persistence bug
Browse files Browse the repository at this point in the history
  • Loading branch information
thebentern committed Mar 19, 2024
1 parent a662599 commit 4fa7f5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/mesh/NodeDB.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -649,6 +649,7 @@ void NodeDB::saveDeviceStateToDisk()
#ifdef FSCom
FSCom.mkdir("/prefs");
#endif
saveProto(prefFileName, meshtastic_DeviceState_size, &meshtastic_DeviceState_msg, &devicestate);
}

void NodeDB::saveToDisk(int saveWhat)
Expand Down
2 changes: 1 addition & 1 deletion version.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[VERSION]
major = 2
minor = 3
build = 2
build = 1

0 comments on commit 4fa7f5a

Please sign in to comment.