lyusupov / SoftRF

:airplane: Multi-functional, compatible DIY general aviation proximity awareness system
GNU General Public License v3.0
757 stars 214 forks source link

Added configuration parameter AircraftID to use for RF transmission only. Enables use of ICAO 32bit ID for Legacy protocoll use. #115

Closed MoskitoAndi closed 3 years ago

MoskitoAndi commented 3 years ago

I added a configuration parameter AircraftID to enable use of ICAO 32bit ID for Legacy protocoll. If You have a transponder, and a SoftRF using either OGN or Legacy protocoll you would want to avoid double targets. If that parameter is set to 0 (which is the default on update due to reinit of EEPROM) the DeviceID is used. Consequentially a modification of the settings page has been done to enable the change.

lyusupov commented 3 years ago

CONTRIBUTING