From 5d8a4e335b0ce0d3d83987a3a393bfb430753bef Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Thu, 8 Jun 2023 04:16:33 +0900 Subject: [PATCH] bump espressif32 version to 3.5.0 - latest version -> sd R/W too slow! --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index 47b90a5..cf490c6 100644 --- a/platformio.ini +++ b/platformio.ini @@ -9,7 +9,7 @@ ; https://docs.platformio.org/page/projectconf.html [env:esp32dev] -platform = espressif32 +platform = espressif32@3.5.0 ; <-- latest version sd R/W too slow! board = esp32dev framework = arduino board_build.f_flash = 80000000L