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

Another change in pousse-seringue.cpp (that i forgot sooner)

parent 0240fdb0
No related branches found
No related tags found
1 merge request!17Malaurie's work on UI + CLI interface + AccelStepper interface
...@@ -338,7 +338,8 @@ void setup() ...@@ -338,7 +338,8 @@ void setup()
#endif #endif
// check if emergency button is pressed at boot time // check if emergency button is pressed at boot time
syringe.setEmergency(digitalRead(COURSE)); syringe_filled.set_emergency(digitalRead(COURSE));
if (fs_init(msgHeader, &Serial)) if (fs_init(msgHeader, &Serial))
{ {
......
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