This commit is contained in:
TheK4n 2021-09-04 21:42:44 +03:00
parent f05dc77922
commit 6e8a62a94a

View File

@ -103,6 +103,8 @@ void loop() {
EEPROM.put(0, pressure_low); EEPROM.put(0, pressure_low);
EEPROM.put(2, pressure_high); EEPROM.put(2, pressure_high);
disp.displayByte(_S, _A, _U, _E); disp.displayByte(_S, _A, _U, _E);
display_cur_pressure = false;
last_time2 = millis();
} }
// Датчик давления 0 - 1000 0 - 10 атмосфер // Датчик давления 0 - 1000 0 - 10 атмосфер