Skip to content

Commit

Permalink
Update workflows and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
svpcom committed Aug 14, 2023
1 parent 18cbafe commit ecdca20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: WFB-ng package builder

on:
push:
branches: [ master ]
branches: [ master, release-23.08 ]

jobs:
build_and_test:
Expand Down
3 changes: 2 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
3. Multiple profiles can be active simultaneously (no need to run multiple instances of wfb-server when using the same wifi adapters for different links). For example: `systemctl enable wifbroadcast@gs1:gs2:gs3:gs4`
4. Added support for raw udp data streams. They don't use any frame aggregation or mavlink injection.
5. TX antenna selection is now `link_domain` wide - for example one-way `udp_proxy` TX will use active antenna selected by other RX streams.
6. Added mirror mode. Use it only if you use different frequency channels for multiple cards. In this mode each packet will be send via all cards (by default only active cards send packets). This allow to add redundancy for multi-frequency link

Compatibility:
This commit maintain both radio and config compatibility with previous version.
Expand All @@ -38,4 +39,4 @@
Or you can use multiple directional antennas on both sides of the link, as point (2) solves the chicken and egg problem of allowing directional antennas
(and/or different frequency channels) to agree on the direction (and/or frequency) of transmission

In the case of different frequency channels, the solution is not quite ideal, because only RSSI is used to select the active channel, and the number of errors is ignored.
In the case of different frequency channels, the solution is not quite ideal, because only RSSI is used to select the active channel, and the number of errors is ignored. Use mirror mode in this case.

0 comments on commit ecdca20

Please sign in to comment.