Hi,
I would like to integrate the air pressure and temperature
sensor in dashboard. I take example from wiki
https://opencpn.org/wiki/dokuwiki/do...nmea_sentences
Code:
$IIXDR,C,19.52,C,TempAir*3D
$IIXDR,P,1.02481,B,Barometer*0D
that does not
work. s. Attachment
Is XDR implemented in
OpenCPN?
Then I found an example of Sean (pypilot), where he uses the MTA & MDA sentences
Code:
$ARMDA,,,1.00000,B,,,,,,,,,,,,,,,,*36
$ARMTA,19.50,C*2B
And it's working. s. Attachment
As far as I know the MDA is outdated and should not be used.
Is that behaving wanted? Or is that a bug?