Skip to content

Commit

Permalink
Fix id string for the rpt_hat_tgo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Naylor committed Jul 15, 2019
1 parent dfad6d8 commit 8a60fc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SerialPort.cpp
Expand Up @@ -92,9 +92,9 @@ const uint8_t MMDVM_DEBUG5 = 0xF5U;
#endif

#if defined(STM32F4_RPT_HAT_TGO)
#define HW_TYPE "MMDVM_RPT_HAT_TGO"
#define HW_TYPE "MMDVM RPT_HAT_TGO"
#else
#define HW_TYPE "MMDVM"
#define HW_TYPE "MMDVM"
#endif

#define DESCRIPTION "20190130 (D-Star/DMR/System Fusion/P25/NXDN/POCSAG)"
Expand Down

0 comments on commit 8a60fc1

Please sign in to comment.