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
if i use Arduino 1.8.16 then is the Lib DIO2.h not autoamtically resolved. I need to install manually via Library Manager. Is there an way in Arduino to add this Lib as item to be automatic resolved?
Thanks in advance and for distributing such a nice Project!
Best Regards
Andreas
The text was updated successfully, but these errors were encountered:
Unfortunately the Arduino IDE doesn't allow automatic installation of missing libraries. However, you might want to take a look at the PlatformIO IDE - it is much more functional and informative than the Arduino IDE and it uses the file platformio.ini which contains library references and board types; so everything needed is installed automatically when needed. You don't need to look at Boards Manager or Library Manager, it's done for you. https://platformio.org/
Hi Neil,
if i use Arduino 1.8.16 then is the Lib DIO2.h not autoamtically resolved. I need to install manually via Library Manager. Is there an way in Arduino to add this Lib as item to be automatic resolved?
Thanks in advance and for distributing such a nice Project!
Best Regards
Andreas
The text was updated successfully, but these errors were encountered: