-
Notifications
You must be signed in to change notification settings - Fork 639
This library should be renamed #3
Comments
I agree, Arduino keeps on wanting me to update to a different library, therefor breaking all my code |
I agree too. I'm now using this library, but I have code which uses the other older library with the same name, which causes some problems. Renaming this one will be very nice. |
The issue of the spurious update notifications could be fixed by adding a library.properties file with a unique |
Have created a repo. We should move the project over there because this is abandoned. |
What makes you think that? The last commit was December 27th.
Why not fork this one? |
Heh last commit just happened, so is this no longer tracked in arduino library manager? I get crc errors or not found when installing. |
@tablatronix I confirm the issue but the LiquidCrystal I2C library in Arduino Library Manager is a different repository. Please open an issue on that repository at: https://github.com/marcoschwartz/LiquidCrystal_I2C/issues/new |
So is it a unique name conflict , cause they both said fdebrabander which i thought was odd. Ill look again tomorrow. Thx |
The problem described in this issue is that when you follow the installation instructions in this repository's Readme since there is no library.properties file the library gets the name LiquidCrystal_I2C from the folder name. Some of the releases in https://github.com/marcoschwartz/LiquidCrystal_I2C, which has been added to the Arduino Library Manager, also have that same
Apparently the marcoschwartz repository is based on this library so they changed the |
Thanks for the explaination i only just started using it, i normally manually install libraries. Looks like i will go back to that. |
I think this library needs a different name as it is not compatible with libraries with the same name.
The text was updated successfully, but these errors were encountered: