Add hint about if MMDVM was compiled with EXTERNAL_OSC

This commit is contained in:
phl0 2016-08-25 08:57:44 +02:00
parent 2da44b38e1
commit ab81d154d1
No known key found for this signature in database
GPG Key ID: 48EA1E640798CA9A
1 changed files with 4 additions and 0 deletions

View File

@ -61,7 +61,11 @@ const uint8_t MMDVM_DEBUG3 = 0xF3U;
const uint8_t MMDVM_DEBUG4 = 0xF4U;
const uint8_t MMDVM_DEBUG5 = 0xF5U;
#if defined(EXTERNAL_OSC)
const uint8_t HARDWARE[] = "MMDVM 20160816 24kHz TCXO (D-Star/DMR/System Fusion/CW Id)";
#else
const uint8_t HARDWARE[] = "MMDVM 20160816 24kHz (D-Star/DMR/System Fusion/CW Id)";
#endif
const uint8_t PROTOCOL_VERSION = 1U;