Why I cannot see registered library

According to PIO document, I use PIO CLI to register a third part Arduino ESP8266 WIfi library on Wednesday.

$ pio lib register https://github.com/esp8266/Arduino/raw/master/libraries/ESP8266WiFi/library.properties

I got the CLI reply like this:
“The library has been successfully registered and is waiting for moderation”

However,I failed to search “ESP8266Wifi” from PlatformIO Registry until today (It should be over 24hrs). Can you help me? Thanks.

This library is already built-in in Arduino core. Just use it in your project and PlatformIO LDF will find it automatically.

Thanks for your help :slight_smile: