Make the DC blocker optional to reduce CPU load.

This commit is contained in:
Jonathan Naylor 2018-02-26 19:55:14 +00:00
parent 01b3dcc689
commit b21c1f21a4
2 changed files with 38 additions and 10 deletions

View file

@ -66,4 +66,7 @@
// Use the modem as a serial repeater for Nextion displays
// #define SERIAL_REPEATER
// To reduce CPU load, you can remove the DC blocker by commenting out the next line
#define USE_DCBLOCKER
#endif