Under wokwi using LCDMENU.h library which refers to LiquidCrystal_I2C library, I am getting this answer :
_Error installing LcdMenu: No valid dependencies solution found: dependency 'LiquidCrystalI2C' is not available
The fact is that looking at the library name under libraryManager, the name of the library is LiquidCrystal I2C (without the underscore)
Hello,
Under wokwi using LCDMENU.h library which refers to LiquidCrystal_I2C library, I am getting this answer : _Error installing LcdMenu: No valid dependencies solution found: dependency 'LiquidCrystalI2C' is not available
The fact is that looking at the library name under libraryManager, the name of the library is LiquidCrystal I2C (without the underscore)
If I check where the library is taken from; it goes to this link https://www.arduinolibraries.info/libraries/liquid-crystal-i2-c where the library name is LiquidCrystal I2C (without the underscore)
Would it be possible to change the reference name of the library with an underscore please to see if this is coming from here to solve the problem ?
Thank you
Erwan