Update library Arduino MCCI LMIC not shown

Lib Release Highly compliant Class A operation · mcci-catena/arduino-lmic · GitHub was updated to v3.1.0, but in platformio registry is sticking to v3.0.99.

I check the library.properties file and tagging on github, can’t figure out any reason.

How to solve this?

1 Like

Given it was released yesterday the crawler will surely pick it shortly.

1 Like

PIO Registry is now showing the MCCI LoRaWAN LMIC library as version 3.1.0, so it looks like the crawler caught it. Good crawler! :dog2: :bone: :laughing:

Yes, but it still does not show up in “Platformio Home” and is not loaded, platformio says requirement >=3.0.99 cannot be satisfied. :japanese_goblin:

Looking for MCCI LoRaWAN LMIC library library in registry
Found: PlatformIO Registry LoRaWAN LMIC library
LibraryManager: Installing id=5774UndefinedPackageVersion: Could not find a version that satisfies the requirement ‘3.1.0’ for your system ‘windows_amd64’:
@ 3.1.0

Works for me when I do

lib_deps = 
    MCCI LoRaWAN LMIC library@3.1.0

shows up as

|-- <MCCI LoRaWAN LMIC library> 3.1.0

in the depedency graph

Also install button works