From f2e7a4bba3b417a68ac92393e9ddb73e810de61e Mon Sep 17 00:00:00 2001 From: murmur Date: Sat, 4 Jan 2025 00:25:28 +0800 Subject: [PATCH] update default value --- protocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol.c b/protocol.c index dd66314..f4e90ab 100644 --- a/protocol.c +++ b/protocol.c @@ -23,7 +23,7 @@ DeviceStatus_t deviceStatus = { .valves = {{210, 120}}, .pumps = {{1, 2},{50, 70}}, .bubbleStatus = 0, - .activityMeter = 123.456, + .activityMeter = 999.999, .estopStatus = 0, .errorCode = 0, .initStatus = 1