Update README.md

This commit is contained in:
Jason2866
2024-12-14 12:46:37 +01:00
committed by GitHub
parent 894cacc066
commit 13763ae99c
+3 -3
View File
@@ -45,12 +45,12 @@ board = ...
... ...
``` ```
### Bleeding edged development version ### Development version
based on devel branch Arduino 3.1.0 and IDF 5.3.1+ based on devel branch Arduino 3.1.0 and IDF 5.3.2
```ini ```ini
[env:development] [env:development]
platform = https://github.com/pioarduino/platform-espressif32.git#Arduino/IDF53_work_hybrid platform = https://github.com/pioarduino/platform-espressif32.git#Arduino/IDF53
board = ... board = ...
... ...
``` ```