remove lora pin definition from ini file and move it to common

pull/74/head
Peter Buchegger 2020-12-13 23:53:37 +01:00
rodzic 3b56d00c48
commit 04831ba93f
2 zmienionych plików z 4 dodań i 4 usunięć

@ -1 +1 @@
Subproject commit 4f0b027ea868dbd40907f0f97d5f8f57df958b76
Subproject commit 3a244e533140c3447a081e032614b6684d433499

Wyświetl plik

@ -47,12 +47,12 @@ build_flags = -Werror -Wall -DTTGO_T_Beam_V0_7
[env:TrackerD-OE1ACM]
board = esp32doit-devkit-v1
build_flags = -Werror -Wall -DTRACKERD -DLORA_SCK=18 -DLORA_MISO=19 -DLORA_MOSI=23 -DLORA_CS=16 -DLORA_RST=14 -DLORA_IRQ=26
build_flags = -Werror -Wall -DTRACKERD
[env:ttgo-poe-v1_0]
board = esp32doit-devkit-v1
build_flags = -Werror -Wall -DETH_BOARD -DETH_BOARD_V1_0 -DLORA_SCK=14 -DLORA_MISO=2 -DLORA_MOSI=15 -DLORA_CS=12 -DLORA_RST=4 -DLORA_IRQ=36
build_flags = -Werror -Wall -DETH_BOARD -DETH_BOARD_V1_0
[env:ttgo-poe-v1_2]
board = esp32doit-devkit-v1
build_flags = -Werror -Wall -DETH_BOARD -DETH_BOARD_V1_2 -DLORA_SCK=14 -DLORA_MISO=2 -DLORA_MOSI=15 -DLORA_CS=12 -DLORA_RST=4 -DLORA_IRQ=36
build_flags = -Werror -Wall -DETH_BOARD -DETH_BOARD_V1_2