This commit is contained in:
2023-02-19 14:42:40 +01:00
parent 9e87a05418
commit 46f98b1244
2 changed files with 4 additions and 4 deletions

View File

@@ -95,7 +95,7 @@ typedef struct
uint32_t checksum = 0;
} LubeConfig_t;
const LubeConfig_t LubeConfig_defaults{
const LubeConfig_t LubeConfig_defaults = {
0, 8000, 4000, 320, DEFAULT_PUMP_DOSE, 30, 1, 150, 70, 18, 2000, 25, SOURCE_IMPULSE,
#ifdef FEATURE_ENABLE_GPS
BAUD_115200,