Section [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

For example, [env:hello_world].