Skip to content

Commit

Permalink
ref main
Browse files Browse the repository at this point in the history
  • Loading branch information
TheK4n committed Sep 4, 2021
1 parent f05dc77 commit 6e8a62a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions firmware/pump_encoder/pump_encoder.ino
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ void loop() {
EEPROM.put(0, pressure_low);
EEPROM.put(2, pressure_high);
disp.displayByte(_S, _A, _U, _E);
display_cur_pressure = false;
last_time2 = millis();
}

// Датчик давления 0 - 1000 0 - 10 атмосфер
Expand Down

0 comments on commit 6e8a62a

Please sign in to comment.