[env:NAME]
ΒΆA section with env:
prefix is used to define virtual environment with
specific options that will be processed with platformio run command. You can
define unlimited numbers of environments.
Each environment must have unique NAME
. The valid chars for NAME
are
letters a-z
numbers 0-9
special char _
(underscore)
For example, [env:hello_world]
.