gomavlib icon indicating copy to clipboard operation
gomavlib copied to clipboard

OutSystemID should also be allowed as 0

Open sanderux opened this issue 2 months ago • 1 comments

I'm writing a system that broadcasts adsb to all systems. TargetSystemID 0 should be allowed per mavlink standards.

This line does not allow OutSystemID to be set to 0 https://github.com/bluenviron/gomavlib/blob/c2f6b02b4fd10900c8526a8ef0a792f49bb8d3db/pkg/frame/writer.go#L52

@aler9 fyi

sanderux avatar Apr 21 '24 09:04 sanderux