Update README.md

This commit is contained in:
Vasily Davydov 2021-12-16 17:15:59 +02:00 committed by GitHub
parent 761520e00a
commit 3258f448f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,5 +27,7 @@ Running the program on pi, will initialize the configuration file and check if t
| Exit | Exits the program |
> **Read Configuration** requires a JSON file with a name of the device, port number and a communication speed (baud)
> **Enter Configuration Manually** allows to enter mentioned information manually without a config_file
> **Enter Communication Mode** requires a configuration flag to enter. Can't be entered without a configuration. After the device is initialized, reads the initial state and writes/appends to the `log_file`. The mode closes the file and reopens it for appending only when the state has been changed again. This is made for the sake of autosaving the data. Mode can be ended with a press of 'q' character. The scanning is being run on a detached thread.