Emphasize the recommondation to pin the platform version (#1032)
This commit is contained in:
@@ -14,8 +14,12 @@ ESP32 is a series of low-cost, low-power system on a chip microcontrollers with
|
|||||||
|
|
||||||
## Stable version
|
## Stable version
|
||||||
|
|
||||||
|
See `platform` [documentation](https://docs.platformio.org/en/latest/projectconf/sections/env/options/platform/platform.html#projectconf-env-platform) for details.
|
||||||
|
|
||||||
```ini
|
```ini
|
||||||
[env:stable]
|
[env:stable]
|
||||||
|
; recommended to pin to a version, see https://github.com/platformio/platform-espressif32/releases
|
||||||
|
; platform = espressif32^6.0.1
|
||||||
platform = espressif32
|
platform = espressif32
|
||||||
board = ...
|
board = ...
|
||||||
...
|
...
|
||||||
|
|||||||
Reference in New Issue
Block a user