This commit is contained in:
TheK4n 2021-08-27 01:31:52 +03:00
parent d62ecbc979
commit bcc835d927
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ bool flag;
unsigned long last_time1, last_time2; unsigned long last_time1, last_time2;
EncButton<EB_TICK, S1, S2, KEY> enc; EncButton<EB_TICK, S1, S2, KEY> enc;
GyverTM1637 disp(CLK, DIO); GyverTM1637 disp(CLK, DIO);
@ -71,7 +71,7 @@ void loop() {
EEPROM.put(2, pressure_max); EEPROM.put(2, pressure_max);
} }
pressure = analogRead(pressure_Aport); pressure = analogRead(pressure_Aport);
if (millis() - last_time1 > 850) { if (millis() - last_time1 > 850) {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB