From 95489d9da251f37af0ad141d9d1535ef96bb6ccd Mon Sep 17 00:00:00 2001 From: Ramakrishnan Muthukrishnan Date: Sat, 14 Jan 2023 19:05:17 +0530 Subject: [PATCH] Revert "another attempt at level control for CW signals" This reverts commit e04846ec9cb5c832824d832c1bd214875d54f7ab. --- transmitter.c | 1 - 1 file changed, 1 deletion(-) diff --git a/transmitter.c b/transmitter.c index 56fdfb5..7c7b7ba 100644 --- a/transmitter.c +++ b/transmitter.c @@ -981,7 +981,6 @@ static void full_tx_buffer(TRANSMITTER *tx) { switch(protocol) { case ORIGINAL_PROTOCOL: gain=32767.0; // 16 bit - gain=gain*(double)transmitter->drive_level*0.00392; break; case NEW_PROTOCOL: gain=8388607.0; // 24 bit -- 2.45.2