From 75209ccfa8efa433d5f49f579ce1c846216ff9d7 Mon Sep 17 00:00:00 2001 From: Tobias Hopp Date: Fri, 3 Feb 2023 11:34:52 +0100 Subject: [PATCH] update Took 5 minutes --- arduino/itender/itender.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arduino/itender/itender.ino b/arduino/itender/itender.ino index bc11aa6..3220e2e 100644 --- a/arduino/itender/itender.ino +++ b/arduino/itender/itender.ino @@ -5,7 +5,7 @@ #include "HX711.h" // Define the size of the JSON buffer -// #define JSON_BUFFER_SIZE 256 +#define JSON_BUFFER_SIZE 256 // Create a JSON object for incoming messages StaticJsonDocument incomingJson;