I have a private home network I am setting up. I am using the main chirpstack github global_conf.json for US915. The value / keys seem somewhat obvious and intuitive however when I change them it seems I break my gateway from communicating with the network so with that said can someone explain the following:
"lorawan_public": true,
…any reason why I cannot set this to false?"fine_timestamp": { "enable": false,
setting this to true breaks the gateway and it no longer shows up on server. (My gateway timestamp is always showing a static time with 1999 as year and I was hoping a change on this to true would fix that??)- Is there a file somewhere that defines all the possible values in this file and how they can be used or am I at the mercy of source code?
Thanks