diff --git a/syringefilled.h b/syringefilled.h index 70d4a2c74ad58d7460e873c285bd47c59b9a6e3c..23b032f73dbc1cb658f2a57a7e7e51ba55ebbb80 100644 --- a/syringefilled.h +++ b/syringefilled.h @@ -35,7 +35,7 @@ class SyringeFilled //JSON DOCUMENT - StaticJsonDocument<200> SyringeFilled; //200 = RAM allocated to this document + StaticJsonDocument<200> SyringeFilledJSON; //200 = RAM allocated to this document void setupJsonSyringeFilled(float exchange_throughput_uL_per_sec, float exchange_volume_mL, float remaining_volume_mL, bool push, int* id);