pio back to 3.3.2 - later version introduce different partitioning scheme, need to update in sync with Arduino

devel
Hansi, dl9rdz 2024-02-02 22:36:01 +00:00
rodzic af4940c889
commit 5ef01ba3a9
1 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -24,7 +24,10 @@ lib_deps_external =
[env:ttgo-lora32]
# Issues with 6.4.0 (TCP corruption) and 6.5.0 (no DHCP response from AP) need to be investigated before upgrading further.
platform = https://github.com/platformio/platform-espressif32.git#v6.3.0
#platform = https://github.com/platformio/platform-espressif32.git#v6.3.0
# for now, stick to 3.3.2 for compatibility with travis Arduino builds (partition table, maybe watchdog issue?)
platform = https://github.com/platformio/platform-espressif32.git#v3.3.2
board = ttgo-lora32-v1
framework = arduino
monitor_speed = 115200