khoih-prog / RP2040_RTC

This library enables you to use RTC from RP2040-based boards such as Nano_RP2040_Connect, RASPBERRY_PI_PICO. This RP2040-based RTC, using Interrupt, has no battery backup. Time will be lost when powered down. To need NTP-client to update RTC every start-up.
MIT License
23 stars 4 forks source link

Correct platform name #2

Closed maxgerhardt closed 2 years ago

maxgerhardt commented 2 years ago

platforms must refer to an existing platform name. https://github.com/platformio/platform-raspberrypi exists (name raspberrypi), but not any of the other referenced names.