mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Docs: recommend specific version for a dev platform
This commit is contained in:
@ -473,11 +473,12 @@ Stable
|
|||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
|
|
||||||
; Latest stable version
|
; Latest stable version, NOT recommended
|
||||||
|
; Pin the version as shown below
|
||||||
[env:latest_stable]
|
[env:latest_stable]
|
||||||
platform = {name}
|
platform = {name}
|
||||||
{board}
|
{board}
|
||||||
; Custom stable version
|
; Specific version
|
||||||
[env:custom_stable]
|
[env:custom_stable]
|
||||||
platform = {name}@x.y.z
|
platform = {name}@x.y.z
|
||||||
{board}
|
{board}
|
||||||
|
Reference in New Issue
Block a user