From 04831ba93fff96e28e0fb0920dd3879236802f42 Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Sun, 13 Dec 2020 23:53:37 +0100 Subject: [PATCH] remove lora pin definition from ini file and move it to common --- lib/common | 2 +- platformio.ini | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/common b/lib/common index 4f0b027..3a244e5 160000 --- a/lib/common +++ b/lib/common @@ -1 +1 @@ -Subproject commit 4f0b027ea868dbd40907f0f97d5f8f57df958b76 +Subproject commit 3a244e533140c3447a081e032614b6684d433499 diff --git a/platformio.ini b/platformio.ini index 5e65a42..847f21e 100644 --- a/platformio.ini +++ b/platformio.ini @@ -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