Skip to content
Snippets Groups Projects
Commit c6550b0e authored by Malaurie Bernard's avatar Malaurie Bernard
Browse files

Add space to syringe_filled_json

parent acbc348b
No related branches found
No related tags found
1 merge request!17Malaurie's work on UI + CLI interface + AccelStepper interface
......@@ -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 :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment