Slavomir Hustaty 2020-07-03 07:41:22 +02:00 zatwierdzone przez GitHub
rodzic 0a6ab31e10
commit 439cdfbb32
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -180,8 +180,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// This board has different GPS pins than all other boards // This board has different GPS pins than all other boards
#undef GPS_RX_PIN #undef GPS_RX_PIN
#undef GPS_TX_PIN #undef GPS_TX_PIN
#define GPS_RX_PIN 15 #define GPS_RX_PIN 12
#define GPS_TX_PIN 12 #define GPS_TX_PIN 15
#elif defined(ARDUINO_HELTEC_WIFI_LORA_32_V2) #elif defined(ARDUINO_HELTEC_WIFI_LORA_32_V2)
// This string must exactly match the case used in release file names or the android updater won't work // This string must exactly match the case used in release file names or the android updater won't work