Skip to content

Commit 4c2aefd

Browse files
authored
update readme (#2)
1 parent 13c47bd commit 4c2aefd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Only refilling is performed in case of first maintenance (from factory state).
8686
- Write random value in 90-99 range
8787
- Read register again to check that it contains new value
8888

89-
- write_el_reboot.py
89+
**_write_el_reboot.py_**
9090

9191
- Write 1 to reboot holding register (4)
9292
- Wait until electrolyser is rebooted

run_el_maintenance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
# Timeout (seconds) after writing to somehow guarantee that value is updated
5353
REGISTER_WRITE_TIMEOUT: Final[int] = 2
5454

55-
# Electrolyte presence check is required after water pipe connection
55+
# Check pressure and electrolyte presence (optionally) after pipe connection
5656
MAX_WATER_PIPE_CONNECT_ATTEMPTS: Final[int] = 5
5757

5858
INPUT_CONFIRMATION: Final[str] = 'YES'

0 commit comments

Comments
 (0)