mirror of
https://github.com/Genaker/LoraSA.git
synced 2026-08-07 01:13:15 +02:00
change ports to lilygo port pin
This commit is contained in:
+4
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user