PiInTheSky / lora-gateway

LoRa gateway to Habitat
96 stars 69 forks source link

ambiguous variables #33

Closed Romeo-Golf closed 7 years ago

Romeo-Golf commented 7 years ago

Can you confirm the permitted values for the following variables which have =0 in the gateway-example.txt

implicit_0=0 lowopt_0=0

But show Y/N answers in the README.md

Implicit_=<Y/N>. e.g. Implicit0=Y lowopt=<Y/N>. Enables or disables low data rate optimization.

Thanks

daveake commented 7 years ago

Y=1 N=0

On 30 December 2016 at 22:26, Romeo-Golf notifications@github.com wrote:

Can you confirm the permitted values for the following variables which have =0 in the gateway-example.txt

implicit_0=0 lowopt_0=0

But show Y/N answers in the README.md

Implicit_=<Y/N>. e.g. Implicit0=Y lowopt=<Y/N>. Enables or disables low data rate optimization.

Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/PiInTheSky/lora-gateway/issues/33, or mute the thread https://github.com/notifications/unsubscribe-auth/ABBodO_DyJt-YFV0wqKrrxGzNkQOsF-uks5rNYUSgaJpZM4LYay3 .

Romeo-Golf commented 7 years ago

Thanks for clarifying :)

Does the code accept both, or should the documentation and gateway-sample.txt indicate these should be specified in 0/1 format?

PiInTheSky commented 7 years ago

Any of 1, Y, y, t or T will be accepted to enable a setting; anything else disables it.