From c41016a0559dc7a8f1930f9654802b73b1ea1c30 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Sun, 18 Aug 2024 18:32:09 -0400 Subject: [PATCH] Change exhaust default to off --- src/custom_modules/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/custom_modules/config.json b/src/custom_modules/config.json index b60525b..f04b4ff 100644 --- a/src/custom_modules/config.json +++ b/src/custom_modules/config.json @@ -29,7 +29,7 @@ "board": 15, "bcm": 22, "mode": "OUT", - "defaultState": 1 + "defaultState": 0 }, { "key": "auger",