File tree 2 files changed +0
-2
lines changed
2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,6 @@ The following options are available when running `airplanejs`:
82
82
- ` --device <index> ` - Select RTL dongle (alias: ` -d ` , default: ` 0 ` )
83
83
- ` --frequency <hz> ` - Set custom frequency (alias: ` -f ` , default: ` 1090000000 ` )
84
84
- ` --gain <gain> ` - Set custom tuner gain (alias: ` -g ` )
85
- - ` --max-gain ` - Set tuner gain to highest possible value (default: on)
86
85
- ` --auto-gain ` - Disable manual tuner gain (default: off)
87
86
- ` --enable-agc ` - Use Automatic Gain Control (default: off)
88
87
- ` --port <port> ` - Set custom HTTP server port (alias: ` -p ` , default: ` 3000 ` )
Original file line number Diff line number Diff line change @@ -204,7 +204,6 @@ function help () {
204
204
console . log ( ' --device -d <index> Select RTL dongle (default: 0)' )
205
205
console . log ( ' --frequency -f <hz> Set custom frequency (default: 1090000000)' )
206
206
console . log ( ' --gain -g <gain> Set custom tuner gain' )
207
- console . log ( ' --max-gain Set tuner gain to highest possible value (default: on)' )
208
207
console . log ( ' --auto-gain Disable manual tuner gain (default: off)' )
209
208
console . log ( ' --enable-agc Use Automatic Gain Control (default: off)' )
210
209
console . log ( ' --port -p <port> Set custom HTTP server port (default: 3000)' )
You can’t perform that action at this time.
0 commit comments