mirror of
https://github.com/svpcom/wfb-ng.git
synced 2025-02-15 05:23:49 -04:00
Set wifi_txpower = None by default #40
This commit is contained in:
parent
316a6b0377
commit
7db7715eae
@ -14,7 +14,8 @@ mavlink_agg_timeout = 0.1 # aggragate mavlink packets if less than radio_mtu but
|
|||||||
tx_sel_delta = 3 # hysteresis for antenna selection, [dB]
|
tx_sel_delta = 3 # hysteresis for antenna selection, [dB]
|
||||||
wifi_channel = 165 # radio channel @5825 MHz, range: 5815-5835 MHz, width 20MHz
|
wifi_channel = 165 # radio channel @5825 MHz, range: 5815-5835 MHz, width 20MHz
|
||||||
wifi_region = 'BO' # Set CRDA region
|
wifi_region = 'BO' # Set CRDA region
|
||||||
wifi_txpower = 58 # for 8812au
|
wifi_txpower = None # Some cards don't support tx power settings
|
||||||
|
#wifi_txpower = 58 # for 8812au
|
||||||
|
|
||||||
[gs_mavlink]
|
[gs_mavlink]
|
||||||
keypair = 'gs.key' # keypair generated by wfb-keygen
|
keypair = 'gs.key' # keypair generated by wfb-keygen
|
||||||
|
Loading…
Reference in New Issue
Block a user