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 adding libraries, it is sometimes a frustrating search the for correct file name for the include statements.
A very simple example of this is
LCD IC2 library requires
#include <LiquidCrystal_I2C.h>
libraries.txt shows LiquidCrystal I2C
Library Manager Shows
This is the simplest example
Try DHT
If the library text OR the installed libraries page has the actual library file name included, this would help a lot.
The text was updated successfully, but these errors were encountered:
Hi, wouldn't it ever to just use something like the VSCode Integration feature help with this? You could just use Platformio IO to manage the libraries.
The VSCode integration is already working in alfa. Maybe it makes more sense to vote for it rather than this? #414
When adding libraries, it is sometimes a frustrating search the for correct file name for the include statements.
A very simple example of this is
LCD IC2 library requires
#include <LiquidCrystal_I2C.h>
libraries.txt shows LiquidCrystal I2C

Library Manager Shows

This is the simplest example

Try DHT
If the library text OR the installed libraries page has the actual library file name included, this would help a lot.
The text was updated successfully, but these errors were encountered: