Skip to content

Commit

Permalink
Merge pull request #49 from rpatel3001/patch-1
Browse files Browse the repository at this point in the history
corect number of max frequencies
  • Loading branch information
fredclausen authored Jan 30, 2024
2 parents 1560b93 + ea927fe commit 5aea218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ services:
| `TZ` | Your timezone | No | UTC |
| `SOAPYSDR` | The SoapySDR device string that identifies your dongle. See below for supported soapy sdr types. | No | Blank |
| `FEED_ID` | Used by the decoder to insert a unique ID in to the output message | Yes | Blank |
| `FREQUENCIES` | Colon-separated list of frequencies, but to a maximum of 8, for the decoder to list to | Yes | Blank |
| `FREQUENCIES` | Semicolon-separated list of frequencies, to a maximum of 16, for the decoder to listen to | Yes | Blank |
| `PPM` | Parts per million correction of the decoder | No | 0 |
| `GAIN` | The gain applied to the RTL-SDR dongle. Recommended to leave at the default autogain. To set manually, gain in in db (0 to 49.6; >52 and -10 will result in AGC; default is AGC) | No | `-10` for autogain |
| `OUTPUT_SERVER` | The server where messages will be forwarded to. | No | `acars_router` |
Expand Down

0 comments on commit 5aea218

Please sign in to comment.