From 9b84715906906af5da9abd915f0a549c548fa033 Mon Sep 17 00:00:00 2001 From: Russell Green Date: Fri, 4 Aug 2023 21:56:29 -0400 Subject: [PATCH] chore: updates --- data/config.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/data/config.json b/data/config.json index 1abb522..e672f92 100644 --- a/data/config.json +++ b/data/config.json @@ -41,12 +41,9 @@ }, "levelSensor": { "serverUrl": "https://pi-cowport.rusty.green", - "type": "hcsr04", - "triggerPin": 16, - "echoPin": 18, - "emptyLevel": 25, - "fullLevel": 9, - "capacityGallons": 50, + "type": "dp5200", + "readPin": 33, + "fullIndicatorValue": 0, "retryCount": 2, "retryWait": 3000 }