Make wider TX and RX C4FSK filters optional from Config.h

This commit is contained in:
Jonathan Naylor 2016-07-18 17:39:31 +01:00
parent f92587dbbf
commit f7cae15aba
5 changed files with 36 additions and 3 deletions

View file

@ -43,5 +43,10 @@
// For the SP8NTH board
// #define ARDUINO_DUE_NTH
// To use wider C4FSK filters for DMR and System Fusion on transmit
// #define WIDE_C4FSK_FILTERS_TX
// To use wider C4FSK filters for DMR and System Fusion on receive
// #define WIDE_C4FSK_FILTERS_RX
#endif