Skip to content

Commit a21990c

Browse files
authored
Fix broken "platform" example
1 parent a5a5a9e commit a21990c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ See `platform` [documentation](https://docs.platformio.org/en/latest/projectconf
1919
```ini
2020
[env:stable]
2121
; recommended to pin to a version, see https://github.com/platformio/platform-espressif32/releases
22-
; platform = espressif32^6.0.1
22+
; platform = espressif32 @ ^6.0.1
2323
platform = espressif32
2424
board = ...
2525
...

0 commit comments

Comments
 (0)