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
Hi,
thanks for your work.
I was trying to compile your project, but it fails for all the platforms. The first "issue" was about the ambiguity of the dependencies, so I had fix it specifying the full ID of each library, accordingly to your readme:
Then I had commented libdeps_dir = ~/.platformio/lib since I don't want to pollute the environment. Then I just type pio run (default env is ATmega328p) and I got:
Hi,
thanks for your work.
I was trying to compile your project, but it fails for all the platforms. The first "issue" was about the ambiguity of the dependencies, so I had fix it specifying the full ID of each library, accordingly to your readme:
Then I had commented
libdeps_dir = ~/.platformio/lib
since I don't want to pollute the environment. Then I just typepio run
(default env is ATmega328p) and I got:May you help me? Should I specify specific version of the libraries?
The text was updated successfully, but these errors were encountered: