From 68e7cafbfcc0735b08e0e7bb329697c76ac8b7c5 Mon Sep 17 00:00:00 2001 From: jaburges Date: Thu, 26 Sep 2019 18:50:02 -0700 Subject: [PATCH] HX711 library updates --- src/main.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 75e0d67..0857a6b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -9,7 +9,9 @@ WiFiClient wifiClient; PubSubClient client(wifiClient); -HX711 scale(HX711_DT, HX711_SCK); +HX711 scale; +const int HX711_DT; +const int HX711_SCK; void reconnect() { // Loop until we're reconnected