Skip to content

Commit

Permalink
Emphasize the recommondation to pin the platform version (#1032)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelstoer authored Apr 26, 2023
1 parent 9562c12 commit a5a5a9e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ...
...
Expand Down

0 comments on commit a5a5a9e

Please sign in to comment.