Identify OpenGD77 hotspot.

This commit is contained in:
Daniel Caujolle-Bert
2020-01-08 10:58:41 +01:00
parent 3fa72d853d
commit 5686942519
3 changed files with 7 additions and 1 deletions

View File

@@ -601,6 +601,9 @@ bool CDMRNetwork::writeConfig()
case HWT_MMDVM_HS:
software = "MMDVM_MMDVM_HS";
break;
case HWT_OPENGD77_HS:
software = "MMDVM_OpenGD77_HS";
break;
default:
software = "MMDVM_Unknown";
break;