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

Other part of the brand and ref suppression (i forgot earlier)

parent f131953b
No related branches found
No related tags found
1 merge request!17Malaurie's work on UI + CLI interface + AccelStepper interface
......@@ -50,8 +50,6 @@ void web_setup ()
float diametre = 10;
std::string temp = "internal diameter : " + std::to_string(diametre);
//fin test
syringe_ref = ESPUI.addControl( ControlType::Label, "Caractéristiques de la seringue 1 : ", "Reférence : ? " , ControlColor::None, configurations);
syringe_brand =ESPUI.addControl( ControlType::Label, "Caractéristiques de la seringue 1 : ", "Marque : ? " , ControlColor::None, syringe_ref);
syringe_volume_mL =ESPUI.addControl( ControlType::Label, "Caractéristiques de la seringue 1 : ", "Volume total = ? mL" , ControlColor::None, syringe_ref);
syringe_diameter_mm =ESPUI.addControl( ControlType::Label, "Caractéristiques de la seringue 1 : ", temp.c_str(), ControlColor::None, syringe_ref);
......@@ -488,8 +486,6 @@ void set_init_style()
style (label_remaining_volume_mL, 3);
//configurations = Configurations
style (syringe_ref, 3);
style (syringe_brand, 3);
style (syringe_volume_mL, 3);
style (syringe_diameter_mm, 3);
style (choose_syringe, 3);
......
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