Docs: recommend specific version for a dev platform

This commit is contained in:
Ivan Kravets
2023-02-24 10:02:59 -07:00
parent 56cc7ce270
commit cabe7d8c11

View File

@ -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}