Emphasize the recommondation to pin the platform version (#1032)

This commit is contained in:
Marcel Stör
2023-04-26 11:29:50 +02:00
committed by GitHub
parent 9562c12c20
commit a5a5a9e7d1
+4
View File
@@ -14,8 +14,12 @@ ESP32 is a series of low-cost, low-power system on a chip microcontrollers with
## Stable version
See `platform` [documentation](https://docs.platformio.org/en/latest/projectconf/sections/env/options/platform/platform.html#projectconf-env-platform) for details.
```ini
[env:stable]
; recommended to pin to a version, see https://github.com/platformio/platform-espressif32/releases
; platform = espressif32^6.0.1
platform = espressif32
board = ...
...