Skip to content

Commit 78e20ba

Browse files
committed
Bump arduino-esp32 build to include core 1.0.4
We need this for the emptyString definition amongst other things.
1 parent b8b6c5f commit 78e20ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airrohr-firmware/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ extra_scripts = platformio_script.py
8383
# needs to be adjusted to the matching version from
8484
# https://github.com/platformio/platform-espressif8266/releases
8585
platform_version = [email protected]
86-
platform_version_esp32 = espressif32@1.9.0 ; using Arduino core 1.0.2
86+
platform_version_esp32 = espressif32@1.11.1 ; using Arduino core 1.0.4
8787

8888
[env]
8989
;lib_ldf_mode = chain+ ; automatically detect libraries by the used includes

0 commit comments

Comments
 (0)