adjust RTC usermod for "MM Style"

This commit is contained in:
Frank
2023-09-19 22:54:08 +02:00
parent acc2d3aa10
commit e28d303d4c
2 changed files with 24 additions and 9 deletions

View File

@@ -290,7 +290,7 @@ void registerUsermods()
#endif
#ifdef USERMOD_RTC
usermods.add(new RTCUsermod());
usermods.add(new RTCUsermod("RTC", true));
#endif
#ifdef USERMOD_ELEKSTUBE_IPS