From 20c3c0ad939cd43d9a74f7b77f9cc414f5ea05f3 Mon Sep 17 00:00:00 2001 From: KonradIT Date: Sun, 2 Feb 2025 22:59:06 +0100 Subject: [PATCH] fix --- src/main.cpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 68e76ca..92a2eda 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1358,15 +1358,6 @@ void setup(void) xRSSI[i] = 999; max_x_rssi[i] = 999; } -#ifdef LOG_DATA_JSON - Serial.begin(115200); - -#ifdef SEEK_ON_X - // Initialize custom Serial port on the hardware using pins - // Parameters: baud rate, serial config, RX pin, TX pin - SerialPort.begin(115200, SERIAL_8N1, RX_PIN, TX_PIN); -#endif -#endif #ifdef LILYGO setupBoards(); // true for disable U8g2 display library