use serial_out for seek on jam

This commit is contained in:
KonradIT
2024-12-18 18:47:33 +01:00
parent 929aef7785
commit 2874353326
+2
View File
@@ -292,6 +292,7 @@ build_flags =
-DARDUINO_LILYGO_T3_S3_V1_X
-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
-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
@@ -326,6 +327,7 @@ build_flags =
-DARDUINO_LILYGO_T3_S3_V1_X
-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
-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