Skip to content

bugfix: initialize TX and RX antennas separately

Florian Kaltenberger requested to merge bugfix_antenna_init into develop

TX and RX antennas were initialized in the same loop, which does not allow unsymmetric TX/RX antenna configs. With this fix it should be possible.

Merge request reports