You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a new project (https://docs.platformio.org/en/latest/core/quickstart.html) installing a library and trying to save it to platformio.ini the saving fails because the lib_deps section is missing (and it apparently doesn't automatically get created):
platformio lib install --save PubSubClient
Library Storage: /home/simon/src/simonvanderveldt/arduino-plc/.pio/libdeps/uno
Looking for PubSubClient library in registry
Found: https://platformio.org/lib/show/89/PubSubClient
LibraryManager: Installing id=89
Using cache: /home/simon/.platformio/.cache/60/bcf94560201e022015c1c79750fa0460
PubSubClient @ 2.7 has been successfully installed!
Error: Invalid '/home/simon/src/simonvanderveldt/testproject/platformio.ini' (project configuration file): 'No option 'lib_deps' in section: 'env:uno''
Steps to Reproduce
platformio project init --board uno
platformio lib install --save PubSubClient
Actual Results
Error
Expected Results
The library gets saved in the default environment
The text was updated successfully, but these errors were encountered:
What kind of issue is this?
Description of problem
When creating a new project (https://docs.platformio.org/en/latest/core/quickstart.html) installing a library and trying to save it to
platformio.ini
the saving fails because thelib_deps
section is missing (and it apparently doesn't automatically get created):Steps to Reproduce
Actual Results
Error
Expected Results
The library gets saved in the default environment
The text was updated successfully, but these errors were encountered: