mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-10-17 08:22:24 +00:00
ADSB retrieve_record just-in-case check (#1848)
This commit is contained in:
@@ -199,6 +199,10 @@ ADSBRxAircraftDetailsView::ADSBRxAircraftDetailsView(
|
||||
}
|
||||
break;
|
||||
|
||||
case DATABASE_RECORD_NOT_FOUND:
|
||||
// Defaults should be filled by the constructor
|
||||
break;
|
||||
|
||||
case DATABASE_NOT_FOUND:
|
||||
text_manufacturer.set("No icao24.db file");
|
||||
break;
|
||||
|
Reference in New Issue
Block a user