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