Skip to content

Commit

Permalink
Fix broken "platform" example
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets authored Apr 26, 2023
1 parent a5a5a9e commit a21990c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ See `platform` [documentation](https://docs.platformio.org/en/latest/projectconf
```ini
[env:stable]
; recommended to pin to a version, see https://github.com/platformio/platform-espressif32/releases
; platform = espressif32^6.0.1
; platform = espressif32 @ ^6.0.1
platform = espressif32
board = ...
...
Expand Down

0 comments on commit a21990c

Please sign in to comment.