Hallo!
How to deal with env_default?
When i take the “arduino-blink” example, put these lines in platformio.ini:
snip<
[platformio]
env_default = leonardo
snip<
I can’t compile ( pio run -e uno for example) any other environment expect leonardo.
Robert