From 23ba73cabd97857a2f02077b9e298d993eee1c5f Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Fri, 13 Nov 2020 15:22:35 +0000 Subject: [PATCH] Disable I2C in M17_AX25_FM. --- Config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config.h b/Config.h index effe0c4..5568111 100644 --- a/Config.h +++ b/Config.h @@ -108,7 +108,7 @@ #define SERIAL_REPEATER // Use the modem as an I2C repeater for OLED displays -#define I2C_REPEATER +// #define I2C_REPEATER // To reduce CPU load, you can remove the DC blocker by commenting out the next line #define USE_DCBLOCKER