From a5a5a9e7d17cce662699599cab3f01ed4bb46636 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20St=C3=B6r?= Date: Wed, 26 Apr 2023 11:29:50 +0200 Subject: [PATCH] Emphasize the recommondation to pin the platform version (#1032) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b376050..b3d0851 100644 --- a/README.md +++ b/README.md @@ -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 = ... ...