Update CONFIGURATION.md

Document logger variable
This commit is contained in:
JP Meijers 2018-02-28 10:55:31 +02:00 committed by GitHub
parent 992d6b6ce6
commit 2b4bc99148
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@
* The longitude to use for fake gps if the coordinates are not set in the TTN console.
* GW_REF_ALTITUDE optional - default 0
* The altitude to use for fake gps if the coordinates are not set in the TTN console.
* GW_LOGGER optional - default false
* Write a line to the terminal whenever a packet is received. ex: `08:54:37 INFO: [stats] received packet with valid CRC from mote: 26011C51 (fcnt=7)`
* GW_FWD_CRC_ERR optional - default false
* Forward packets with an invalid CRC.
* GW_FWD_CRC_VAL optional - default true.