Toggle up to 3 pins after output_ms till nag_timeout or user button press happens

This commit is contained in:
Thomas Göttgens
2022-12-08 16:27:56 +01:00
parent 60e6dc1134
commit 32d9a397aa
7 files changed
+188 -81

No files matched your search

+1 -1
View File
@@ -69,7 +69,7 @@ void setupModules()
#ifdef ARCH_ESP32
// Only run on an esp32 based device.
audioModule = new AudioModule();
new ExternalNotificationModule();
externalNotificationModule = new ExternalNotificationModule();
storeForwardModule = new StoreForwardModule();