Mu2_Deploy/wifibroadcast.cfg

12 lines
565 B
INI
Raw Normal View History

2024-10-20 14:17:07 -03:00
[common]
wifi_channel = 161 # 161 -- radio channel @5825 MHz, range: 58155835 MHz, width 20MHz
# 1 -- radio channel @2412 Mhz,
# see https://en.wikipedia.org/wiki/List_of_WLAN_channels for reference
wifi_region = 'BO' # Your country for CRDA (use BO or GY if you want max tx power)
[drone_mavlink]
peer = 'listen://0.0.0.0:14550' # incoming connection
#peer = 'connect://127.0.0.1:14550' # outgoing connection
[drone_video]
peer = 'listen://0.0.0.0:5602' # listen for video stream (gstreamer on drone)