m5stack / M5Core2

M5Core2 Arduino Library
MIT License
265 stars 116 forks source link

RTC & Sleep Examples need to be renamed #21

Closed revta closed 3 years ago

revta commented 3 years ago

Issue with latest examples. Arduino IDE needs file and folder name to match in order to show up in the examples. The two issues specifically:

examples/RTC examples/sleep

the .ino files should be renamed to match the folder names.

At least this is the issue with getting them to register in Arduino 1.8.13 on MacOS 10.14.6

felmue commented 3 years ago

Hello @revta

you are absolutely correct. Pull-request created.

Thanks Felix