diff --git a/syringefilled.h b/syringefilled.h index 8d829174441f0800dcc2fd547b93c19ba6d5e4ff..6e7e6da427932c382d9e5fa880bf80d2c73e7398 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 :