Update README.md

This commit is contained in:
Jason2866
2024-08-20 23:28:25 +02:00
committed by GitHub
parent d0ef23cceb
commit abf68b3c7b
+3 -3
View File
@@ -45,12 +45,12 @@ board = ...
...
```
### Development version
espressif Arduino repo branch master and latest compiled Arduino libs
### Bleeding edged development version
based on devel branch Arduino 3.1.0 and IDF 5.3.0
```ini
[env:development]
platform = https://github.com/pioarduino/platform-espressif32.git#develop
platform = https://github.com/pioarduino/platform-espressif32.git#Arduino/IDF53
board = ...
...
```