Hello Community I fiddle with the fantastic LVGL and a cheap Yellow Display.
My question “default_envs = cyd” how can I change the Value cyd
The default_envs — PlatformIO latest documentation does not tell how to handle default_envs
Sorry I got it I can define it in a section like this
[env:esp32devCYD_STOCK]
1 Like
But the documentation clearly sates “default_envs allows one to define which environments that should be processed by default.”
You have a platformio.ini
with multiple env
entries like:
[env:esp32]
...
[env:esp8266]
...
[env:uno]
...
[env:teensy]
With default_envs
you just specify the environment which is processed if none is explicit selected in the project environment switcher.