Merge branch 'master' into thebentern-patch-2

1.2-legacy
Jm Casler 2022-01-27 10:37:04 -08:00 zatwierdzone przez GitHub
commit 477b666998
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -25,9 +25,9 @@
#undef RF95_SCK
#define RF95_SCK 18
#undef RF95_MISO
#define RF95_MISO 23
#define RF95_MISO 19
#undef RF95_MOSI
#define RF95_MOSI 19
#define RF95_MOSI 23
#undef RF95_NSS
#define RF95_NSS 5
@ -54,4 +54,4 @@
// Internally the TTGO module hooks the SX126x-DIO2 in to control the TX/RX switch
// (which is the default for the sx1262interface code)
#define SX126X_E22
#endif
#endif