Closed BjoernHund closed 1 week ago
Stable
{ "built": "2024-11-09T01:50:24+00:00", "ref": "refs/tags/v0.12.2", "sha": "f05102ab846b402136e3f06e65b65e7c08b1cc8c", "actor": "Saschl", "event_name": "manual", "pretty_release_name": "stable/v0.12.2", "version": "a380x-v0.12.2-rel.f05102a" }
Some time ago I wrote a small external tool with which I can set the COM frequencies for the MSFS. This makes the frequency changes easier for VATSIM.
It work's nice with the A20NX and other planes. But in the A380, I can not switch between the standby and the active frequency.
I use the COM_STBY_RADIO_SET_HZ event to set the standby frequency and the COM_STBY_RADIO_SWAP event to swap the frequency.
COM_STBY_RADIO_SET_HZ
COM_STBY_RADIO_SWAP
I know, that the plane is still in an alpha state, but perhabs some of the developers can have a look into it.
It would be nice, to change the COM frequencies with the standard MSFS sdk.
https://github.com/BjoernHund/RadioPanel/tree/master
https://github.com/BjoernHund/RadioPanel/blob/master/src/FsConnect/Managers/RadioManager.cs#L116
thequietsmile
Duplicate of https://github.com/flybywiresim/aircraft/issues/8951
Aircraft Version
Stable
Build info
Describe the bug
Some time ago I wrote a small external tool with which I can set the COM frequencies for the MSFS. This makes the frequency changes easier for VATSIM.
It work's nice with the A20NX and other planes. But in the A380, I can not switch between the standby and the active frequency.
I use the
COM_STBY_RADIO_SET_HZ
event to set the standby frequency and theCOM_STBY_RADIO_SWAP
event to swap the frequency.I know, that the plane is still in an alpha state, but perhabs some of the developers can have a look into it.
Expected behavior
It would be nice, to change the COM frequencies with the standard MSFS sdk.
Steps to reproduce
References (optional)
Additional info (optional)
https://github.com/BjoernHund/RadioPanel/tree/master
https://github.com/BjoernHund/RadioPanel/blob/master/src/FsConnect/Managers/RadioManager.cs#L116
Discord Username (optional)
thequietsmile