Skip to content

Commit 851c2c9

Browse files
authored
Merge pull request #84 from OpenIPC/BlackFox-org-patch-8
Update APFPV.md
2 parents ff26986 + d176212 commit 851c2c9

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

src/content/docs/use-cases/fpv/APFPV.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -389,13 +389,13 @@ nmcli device disconnect wlan0
389389

390390
Thats all, now put the SD card in your vrx and turn it ON, you will get 2 wifi interfaces connected to APFPV credentials, and with ip route it will pick the best wifi card every time, the range should increase significantly.
391391

392-
Using APALink
392+
## Using APALink
393393

394394
APALINK is a C program designed to keep your video link alive. It uses fallback logic to switch to a lower bitrate (e.g., 2 Mbps) when the signal is weak.
395395

396-
Installation
396+
### Installation
397397

398-
To install it is easy:
398+
To install it is easy as:
399399

400400
1. Go to https://github.com/carabidulebabat/CaraSandbox
401401
2. Follow the steps in the README.md.
@@ -412,7 +412,7 @@ chmod 777 +x /usr/bin
412412

413413
6. Go fly!
414414

415-
Settings
415+
### Settings
416416

417417
You can edit the ap_alink.conf file:
418418

@@ -425,23 +425,23 @@ dbm_threshold=-47 ## this value is the threshold of when fallback mode needs to
425425
- A lower threshold = better image quality for longer, but video may lag or freeze under weak signal.
426426
- A higher threshold = fallback triggers faster, possibly reducing lag but also image quality.
427427

428-
Recommended Settings
428+
### Recommended Settings
429429

430-
EU2:
430+
BL-M8812EU2:
431431
'''bash
432432
bitrate_max=12
433433
bitrate_min=2
434434
dbm_threshold=-52
435435
'''
436436

437-
8812AU AF1:
437+
BL-R8812AF1:
438438
'''bash
439439
bitrate_max=10
440440
bitrate_min=2
441441
dbm_threshold=-48
442442
'''
443443

444-
MSP Menu
444+
### VTXMENU
445445

446446
Navigate to the MSP menu just like in HDZero or WFB-NG.
447447

@@ -454,3 +454,4 @@ Inside the "BASIC SETTING" submenu, you have:
454454
That’s All
455455

456456
Straightforward, easy to understand — just plug and fly without overthinking.
457+

0 commit comments

Comments
 (0)