more fixes for trunk

This commit is contained in:
Jm Casler
2023-07-26 17:08:04 -07:00
committed by Thomas Göttgens
parent 794948d7e4
commit 26264fd908
5 changed files with 43 additions and 39 deletions

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]
*/