Skip to content

Commit a5a5a9e

Browse files
authored
Emphasize the recommondation to pin the platform version (#1032)
1 parent 9562c12 commit a5a5a9e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,12 @@ ESP32 is a series of low-cost, low-power system on a chip microcontrollers with
1414

1515
## Stable version
1616

17+
See `platform` [documentation](https://docs.platformio.org/en/latest/projectconf/sections/env/options/platform/platform.html#projectconf-env-platform) for details.
18+
1719
```ini
1820
[env:stable]
21+
; recommended to pin to a version, see https://github.com/platformio/platform-espressif32/releases
22+
; platform = espressif32^6.0.1
1923
platform = espressif32
2024
board = ...
2125
...

0 commit comments

Comments
 (0)