I'm using the web editor on Windows 10 x64 with the Arduino MKR1400 GSM. When I attempt to use the liquidcrystal_i2c library, says there are multiple versions of the library installed. No matter what I do it chooses the jm_liquidcrystal_i2c library which is failing to compile with a "compat/twi.h: No such file or directory". If I try to force it to use a different library by manually adding it from the menus it still uses the jm_ library. Any ideas would be very helpful.
Here is the full error message after attempting to pin the standard library:
Multiple libraries were found for "LiquidCrystal_I2C.h"
Used: /home/admin/builder/opt/libraries/latest/jm_liquidcrystal_i2c-1-0-0
Not used: /tmp/186030842/pinned/liquidcrystal-i2c-1-1-2
Not used: /home/admin/builder/opt/libraries/latest/liquidcrystal-i2c-1-1-2
/home/admin/builder/opt/libraries/latest/jm_wire-1-0-1/src/utility/jm_twi.c:27:24: fatal error: compat/twi.h: No such file or directory
#include <compat/twi.h>
^
compilation terminated.
exit status 1