Index: firmware/App/Controllers/DialOutFlow.h =================================================================== diff -u -rff9c8ebdcf0ee2188346cfaa27ff5c2027dcd0a8 -rbb648110d33fb859beed67fabc43f7e9614fc00a --- firmware/App/Controllers/DialOutFlow.h (.../DialOutFlow.h) (revision ff9c8ebdcf0ee2188346cfaa27ff5c2027dcd0a8) +++ firmware/App/Controllers/DialOutFlow.h (.../DialOutFlow.h) (revision bb648110d33fb859beed67fabc43f7e9614fc00a) @@ -49,6 +49,7 @@ F32 ufCalcRate; ///< Latest calculated UF rate. U32 rotorHall; ///< Latest rotor hall sensor state (1=home, 0=not home) F32 currentSetUFRate; ///< Latest UF set rate. + U32 dialOutPumpState; ///< Current state of execution } DIAL_OUT_FLOW_DATA_T; #pragma pack(pop)