Made position of createRawDataFiles clearer

Added a better description of the placement of createRawDataFiles based on https://github.com/laberning/openrowingmonitor/discussions/139
This commit is contained in:
Jaap van Ekris 2023-04-18 10:32:48 +02:00 committed by GitHub
parent 475fe85c00
commit bc9dc83596
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ Next, when the electric connection has been made, we need to look if the data is
sudo nano /opt/openrowingmonitor/config/config.js
```
Here, you can change the setting for **createRawDataFiles** by setting:
Here, you can change the setting for **createRawDataFiles** by setting/adding the following BEFORE the rowerSettings element (so outside the rowerSettings scope):
```js
createRawDataFiles: true,