acid-drop- Unnamed repository; edit this file 'description' to name the repository. |
git clone git://git.acid.vegas/-c.git |
Log | Files | Refs | Archive | README | LICENSE |
commit 88e9b5b6541f5fad52634ccc61caa3f46cf16ed1
parent 54361667ce78079b3bd223fbc839b40b9a3ea293 Author: acidvegas <acid.vegas@acid.vegas> Date: Sun, 26 May 2024 18:30:46 -0400 Fixed issue where espressif update broke the builds and now we specifc the version to 6.3.0 in platformio.ini Diffstat:
|
1 file changed, 1 insertion(+), 1 deletion(-) |
diff --git a/platformio.ini b/platformio.ini @@ -13,7 +13,7 @@ default_envs = T-Deck src_dir = src [env:T-Deck] -platform = espressif32 +platform = espressif32@6.3.0 board = esp32s3box framework = arduino upload_speed = 921600 |