OPEnSLab-OSU / Loom

Arduino library for Internet of Things Rapid Prototyping in environmental sensing
GNU General Public License v3.0
26 stars 3 forks source link

Add expected input format to RTC custom time prompts #184

Closed kurtjd closed 2 years ago

kurtjd commented 2 years ago

Very slight modification to RTC.cpp where set_rtc_to_computer_time() displays the expected input format when prompting for year, month, and day. This is to prevent confusion, for example, as to whether month is expecting the actual month name (March) or a month number (3).

kurtjd commented 2 years ago

Made changes to year prompt to use 4 digit example.