From 09e32787394a3d01f9622180906ee316dafba483 Mon Sep 17 00:00:00 2001 From: KonradIT Date: Sat, 28 Dec 2024 14:29:00 +0100 Subject: [PATCH] change ports to lilygo port pin --- platformio.ini | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index 4c61ca0..7225048 100644 --- a/platformio.ini +++ b/platformio.ini @@ -294,10 +294,11 @@ build_flags = -DARDUINO_USB_MODE=1 -DLOG_DATA_JSON=1 -DSERIAL_OUT - -DTX_PIN=12 # TX pin on the Lora board, hook up to RX pin on Pi + -DTX_PIN=43 # TX pin on the Lora board, hook up to RX pin on Pi -DRX_PIN=16 # not used but still need to be defined -DSEEK_ON_X=1 # seek on X, so use HW serial port to log JSON -DBANDWIDTH=4.8 + -DDISABLE_SDCARD [env:seek-on-mavic-lr1121] platform = espressif32 @@ -329,10 +330,11 @@ build_flags = -DARDUINO_USB_MODE=1 -DLOG_DATA_JSON=1 -DSERIAL_OUT - -DTX_PIN=12 # TX pin on the Lora board, hook up to RX pin on Pi + -DTX_PIN=43 # TX pin on the Lora board, hook up to RX pin on Pi -DRX_PIN=16 # not used but still need to be defined -DSEEK_ON_X=1 # seek on X, so use HW serial port to log JSON -DBANDWIDTH=4.8 + -DDISABLE_SDCARD [env:native] platform = native