Help with broken ADS-B after addition of UAT978

 

From Piaware advance configuration page:

Setting name Possible values Default value Description
uat-sdr-device see link in description driver=rtlsdr configures the sdr device to use in UAT mode; supported values can be found on the SoapySDR github page

 

From SoapySDR Settings page on Github

Device string examples

Here is how to use RTLSDR dongle via SoapySDR library with SoapyRTLSDR plugin:

device_string = "driver=rtlsdr,rtl=0";

Same thing, but identifying the device with its serial number:

device_string = "driver=rtlsdr,serial=00000349";