added checksum to auto-generated files
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
*
|
||||
* @brief Implementation file for converting structs to JSON objects.
|
||||
*
|
||||
* @note This file is auto-generated by a script on 2024-01-09 20:41:57.
|
||||
* @note This file is auto-generated by a script on 2024-01-10 18:01:52.
|
||||
*
|
||||
* @author Marcel Peterkau
|
||||
* @date 09.01.2024
|
||||
* @date 10.01.2024
|
||||
*/
|
||||
|
||||
|
||||
@@ -45,3 +45,6 @@ void generateJsonObject_PersistenceData(JsonObject& data)
|
||||
data["checksum"] = PersistenceData.checksum;
|
||||
}
|
||||
|
||||
|
||||
|
||||
// CODEGENERATOR_CHECKSUM: 9e8dd21170fd6ef8fbf8c4b156d9af751836a76081f811bf0e3ab2b1eb8ee48c
|
Reference in New Issue
Block a user