Skip to content

Commit

Permalink
Dual_Hat can also be duplex
Browse files Browse the repository at this point in the history
  • Loading branch information
phl0 committed Mar 5, 2018
1 parent 150dfca commit 80298cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions DMRNetwork.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -541,6 +541,9 @@ bool CDMRNetwork::writeConfig()
case HWT_MMDVM_HS:
software = "MMDVM_MMDVM_HS";
break;
case HWT_MMDVM_HS_DUAL_HAT:
software = "MMDVM_MMDVM_HS_Dual_Hat";
break;
default:
software = "MMDVM_Unknown";
break;
Expand Down

0 comments on commit 80298cb

Please sign in to comment.