Update package defaults to pass --fix (1-bit crc correction) to match the piaware-support generated config on sdcard images
This commit is contained in:
parent
c853db67d0
commit
4ab1938f97
|
|
@ -10,6 +10,6 @@
|
||||||
ENABLED=yes
|
ENABLED=yes
|
||||||
|
|
||||||
RECEIVER_OPTIONS="--device-index 0 --gain -10 --ppm 0"
|
RECEIVER_OPTIONS="--device-index 0 --gain -10 --ppm 0"
|
||||||
DECODER_OPTIONS="--max-range 360"
|
DECODER_OPTIONS="--max-range 360 --fix"
|
||||||
NET_OPTIONS="--net --net-heartbeat 60 --net-ro-size 1000 --net-ro-interval 1 --net-ri-port 0 --net-ro-port 30002 --net-sbs-port 30003 --net-bi-port 30004,30104 --net-bo-port 30005"
|
NET_OPTIONS="--net --net-heartbeat 60 --net-ro-size 1000 --net-ro-interval 1 --net-ri-port 0 --net-ro-port 30002 --net-sbs-port 30003 --net-bi-port 30004,30104 --net-bo-port 30005"
|
||||||
JSON_OPTIONS="--json-location-accuracy 1"
|
JSON_OPTIONS="--json-location-accuracy 1"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue