more fixes for trunk

This commit is contained in:
Jm Casler
2023-08-03 10:05:38 +02:00
committed by Thomas Göttgens
parent 794948d7e4
commit 26264fd908
5 files changed
+43 -39

No files matched your search

+7 -6
View File
@@ -1,14 +1,15 @@
/**
* @file ExternalNotificationModule.cpp
* @brief Implementation of the ExternalNotificationModule class.
*
* This file contains the implementation of the ExternalNotificationModule class, which is responsible for handling external notifications such as vibration, buzzer, and LED lights.
* The class provides methods to turn on and off the external notification outputs and to play ringtones using PWM buzzer.
* It also includes default configurations and a runOnce() method to handle the module's behavior.
*
*
* This file contains the implementation of the ExternalNotificationModule class, which is responsible for handling external
* notifications such as vibration, buzzer, and LED lights. The class provides methods to turn on and off the external
* notification outputs and to play ringtones using PWM buzzer. It also includes default configurations and a runOnce() method to
* handle the module's behavior.
*
* Documentation:
* https://meshtastic.org/docs/settings/moduleconfig/external-notification
*
*
* @author Jm Casler & Meshtastic Team
* @date [Insert Date]
*/