From 8fb2dd723f425e56a60994f770ea446275b82ff2 Mon Sep 17 00:00:00 2001 From: guido Date: Thu, 13 Aug 2020 13:15:38 +0200 Subject: [PATCH] Minor changes. --- QCX-SSB.ino | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/QCX-SSB.ino b/QCX-SSB.ino index ff45b7a..3832bde 100644 --- a/QCX-SSB.ino +++ b/QCX-SSB.ino @@ -8,9 +8,9 @@ #define QCX 1 // When not using a uSDX: QCX specific features (QCX, QCX-SSB, QCX-DSP with alignment-feature) (disable this to safe memory) -//#define DEBUG 1 // Hardware diagnostics (disable this to safe memory) +#define DEBUG 1 // Hardware diagnostics (disable this to safe memory) #define KEYER 1 // CW keyer -#define CAT 1 // CAT-interface +//#define CAT 1 // CAT-interface #define F_XTAL 27005000 // 27MHz SI5351 crystal //#define F_XTAL 25004000 // 25MHz SI5351 crystal (enable for uSDX-Barb or using a si5351 break-out board) //#define SWAP_ROTARY 1 // Swap rotary direction (enable for uSDX-Barb) @@ -178,8 +178,8 @@ public: // LCD1602 display in 4-bit mode, RS is pull-up and kept low when idle // To prevent that LCD writes are received by the serial receiver, PC2 is made HIGH during writes to pull-up TXD via a diode. // The RXD, TXD lines are connected to the host via 1k resistors, a 1N4148 is placed between PC2 (anode) and the TXD resistor. // There are two drawbacks when continuous LCD writes happen: 1. noise is leaking via the AREF pull-ups into the receiver 2. serial data cannot be received. - void pre(){ Serial.flush(); PORTC |= 1<<2; DDRC |= 1<<2; UCSR0B &= ~((1<