From c6550b0e45c6ec79812a951efdbc6f94a6894fa1 Mon Sep 17 00:00:00 2001 From: Malaurie Bernard <mbernard@kinouby> Date: Wed, 9 Aug 2023 15:07:46 +0200 Subject: [PATCH] Add space to syringe_filled_json --- syringefilled.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syringefilled.h b/syringefilled.h index 8d82917..6e7e6da 100644 --- a/syringefilled.h +++ b/syringefilled.h @@ -45,7 +45,7 @@ class SyringeFilled : public Motor bool _emergency; //JSON DOCUMENT - StaticJsonDocument<200> syringe_filled_json; //200 = RAM allocated to this document + StaticJsonDocument<300> syringe_filled_json; //200 = RAM allocated to this document public : -- GitLab