implemented Wash-Mode
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-30 20:29:34.
|
||||
* @note This file is auto-generated by a script on 2025-06-15 11:37:51.
|
||||
*
|
||||
* @author Marcel Peterkau
|
||||
* @date 30.01.2024
|
||||
* @date 15.06.2025
|
||||
*/
|
||||
|
||||
|
||||
@@ -26,6 +26,8 @@ void generateJsonObject_LubeConfig(JsonObject data)
|
||||
data["RimDiameter_Inch"] = LubeConfig.RimDiameter_Inch;
|
||||
data["DistancePerRevolution_mm"] = LubeConfig.DistancePerRevolution_mm;
|
||||
data["BleedingPulses"] = LubeConfig.BleedingPulses;
|
||||
data["WashMode_Distance"] = LubeConfig.WashMode_Distance;
|
||||
data["WashMode_Interval"] = LubeConfig.WashMode_Interval;
|
||||
data["SpeedSource"] = LubeConfig.SpeedSource;
|
||||
data["GPSBaudRate"] = LubeConfig.GPSBaudRate;
|
||||
data["CANSource"] = LubeConfig.CANSource;
|
||||
@@ -52,4 +54,4 @@ void generateJsonObject_PersistenceData(JsonObject data)
|
||||
|
||||
|
||||
|
||||
// CODEGENERATOR_CHECKSUM: 59f35aadffd0bbef253210ea2fbaaf9a515553a2e3cc9bf4cfa2819b63c969ce
|
||||
// CODEGENERATOR_CHECKSUM: 4702cb49ea55617cbb34715164810bb58d3c3f46fb1653b6f47bd4fd9cb0031e
|
Reference in New Issue
Block a user