mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-25 02:35:40 +08:00
Removed code to display DMR inband GPS data
This commit is contained in:
10
Display.cpp
10
Display.cpp
@@ -172,12 +172,6 @@ void CDisplay::writeDMRTA(unsigned int slotNo, unsigned char* talkerAlias, const
|
||||
|
||||
}
|
||||
|
||||
void CDisplay::writeDMRGPS(unsigned int slotNo, float latitude, float longitude, unsigned char positionError)
|
||||
{
|
||||
writeDMRGPSInt(slotNo, latitude, longitude, positionError);
|
||||
}
|
||||
|
||||
|
||||
void CDisplay::writeDMRBER(unsigned int slotNo, float ber)
|
||||
{
|
||||
writeDMRBERInt(slotNo, ber);
|
||||
@@ -347,10 +341,6 @@ void CDisplay::writeDMRTAInt(unsigned int slotNo, unsigned char* talkerAlias, co
|
||||
{
|
||||
}
|
||||
|
||||
void CDisplay::writeDMRGPSInt(unsigned int slotNo, float latitude, float longitude, unsigned char positionError)
|
||||
{
|
||||
}
|
||||
|
||||
void CDisplay::writeDMRBERInt(unsigned int slotNo, float ber)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user