Skip to content
Snippets Groups Projects
Commit 1a89d916 authored by Sebastián Fernández's avatar Sebastián Fernández
Browse files

cambio mensaje calibrando por midiendo

parent 963289c8
No related branches found
No related tags found
No related merge requests found
......@@ -321,7 +321,7 @@ void display_calibration_unload() {
lc.setRow(0, 0, B00111101); // d
lcd.setCursor(0, 0);
lcd.print("Calib. en curso "); //
lcd.print("Midiendo UV-C "); //
lcd.setCursor(0, 1);
lcd.print("Retire carga "); //
}
......@@ -338,7 +338,7 @@ void display_calibration_door_open() {
lc.setRow(0, 0, B00000101); // r
lcd.setCursor(0, 0);
lcd.print("Calib. en curso "); //
lcd.print("Midiendo UV-C "); //
lcd.setCursor(0, 1);
lcd.print("Cierre puerta "); //
}
......@@ -360,7 +360,7 @@ void display_calibration_power(int value) {
}
lcd.setCursor(0, 0);
lcd.print("Calib. en curso "); //
lcd.print("Midiendo UV-C "); //
lcd.setCursor(0, 1);
lcd.print("Pot.: "); //
lcd.print(value);
......@@ -405,7 +405,7 @@ void display_calibration_warming(int value) {
lc.setRow(0, 0, B00000100); // i
lcd.setCursor(0, 0);
lcd.print("Calib. en curso "); //
lcd.print("Midiendo UV-C "); //
lcd.setCursor(0, 1);
lcd.print("Calentando:"); //
lcd.print(value);
......@@ -472,7 +472,7 @@ void display_show_version() {
void display_calibration_done() {
lcd.setCursor(0, 0);
lcd.print("Fin calibracion "); //
lcd.print("Fin medicion "); //
lcd.setCursor(0, 1);
lcd.print("Presione boton "); //
}
......
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