added ttgo-lora32-v1 gps pins again :D

Sry I messed up as I closed #213, so here are the pin definitions again.
1.2-legacy
Marlon Spangenberg 2020-06-24 12:15:50 +02:00 zatwierdzone przez GitHub
rodzic aa29315624
commit 68e57dd3a7
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -214,6 +214,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#elif defined(TTGO_LORA_V1)
// This string must exactly match the case used in release file names or the android updater won't work
#define HW_VENDOR "ttgo-lora32-v1"
#undef GPS_RX_PIN
#undef GPS_TX_PIN
#define GPS_RX_PIN 36
#define GPS_TX_PIN 37
#define I2C_SDA 4 // I2C pins for this board
#define I2C_SCL 15