From 7179fb1107c09cf562106477d7ecff566dc6e9ff Mon Sep 17 00:00:00 2001 From: kernelkaribou <25406580+kernelkaribou@users.noreply.github.com> Date: Thu, 9 May 2024 16:28:30 +0000 Subject: [PATCH] Basic Ultrafeeder Optional Parameter table readbility fix --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 870f6b5..5840db2 100644 --- a/README.md +++ b/README.md @@ -190,13 +190,13 @@ The following parameters must be set (mandatory) for the container to function: ##### Optional Parameters -| Variable | Description | Controls which `readsb` option | Default | -| ----------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | ------------------------------ | -| `ENABLE_TIMELAPSE1090` | Optional / Legacy. Set to `true` to enable timelapse1090. Once enabled, can be accessed via . | Unset | -| `READSB_EXTRA_ARGS` | Optional, allows to specify extra parameters for readsb | Unset | -| `READSB_DEBUG` | Optional, used to set debug mode. `n`: network, `P`: CPR, `S`: speed check | Unset | -| `S6_SERVICES_GRACETIME` | Optional, set to 30000 when saving traces / globe_history | `3000` | -| `READSB_MAX_RANGE` | Optional. Maximum range (in nautical miles). | `300` | +| Environment Variable | Description | Controls which `readsb` option | Default | +| ----------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | ------------------------------ | --------- | +| `ENABLE_TIMELAPSE1090` | Optional / Legacy. Set to `true` to enable timelapse1090. Once enabled, can be accessed via . | Unset | | +| `READSB_EXTRA_ARGS` | Optional, allows to specify extra parameters for readsb | Unset | | +| `READSB_DEBUG` | Optional, used to set debug mode. `n`: network, `P`: CPR, `S`: speed check | Unset | | +| `S6_SERVICES_GRACETIME` | Optional, set to 30000 when saving traces / globe_history | `3000` | | +| `READSB_MAX_RANGE` | Optional. Maximum range (in nautical miles). | `300` | | | `READSB_ENABLE_BIASTEE` | Set to `true` to enable bias tee on supporting interfaces | | Unset | | `READSB_RX_LOCATION_ACCURACY` | Accuracy of receiver location in metadata: 0=no location, 1=approximate, 2=exact | `--rx-location-accuracy=` | `2` | | `READSB_HEATMAP_INTERVAL` | Per plane interval for heatmap and replay (if you want to lower this, also lower json-trace-interval to this or a lower value) | `--heatmap=` | `15` |