more fixes for trunk

This commit is contained in:
Jm Casler
2023-08-03 10:05:38 +02:00
committed by Thomas Göttgens
co-authored by Thomas Göttgens
parent 794948d7e4
commit 26264fd908
5 changed files with 43 additions and 39 deletions
+5 -3
View File
@@ -1,9 +1,11 @@
/** /**
* @file FSCommon.cpp * @file FSCommon.cpp
* @brief This file contains functions for common filesystem operations such as copying, renaming, listing and deleting files and directories. * @brief This file contains functions for common filesystem operations such as copying, renaming, listing and deleting files and
* directories.
* *
* The functions in this file are used to perform common filesystem operations such as copying, renaming, listing and deleting files and directories. * The functions in this file are used to perform common filesystem operations such as copying, renaming, listing and deleting
* These functions are used in the Meshtastic-device project to manage files and directories on the device's filesystem. * files and directories. These functions are used in the Meshtastic-device project to manage files and directories on the
* device's filesystem.
* *
*/ */
#include "FSCommon.h" #include "FSCommon.h"
+4 -3
View File
@@ -2,9 +2,10 @@
* @file ExternalNotificationModule.cpp * @file ExternalNotificationModule.cpp
* @brief Implementation of the ExternalNotificationModule class. * @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. * This file contains the implementation of the ExternalNotificationModule class, which is responsible for handling external
* The class provides methods to turn on and off the external notification outputs and to play ringtones using PWM buzzer. * notifications such as vibration, buzzer, and LED lights. The class provides methods to turn on and off the external
* It also includes default configurations and a runOnce() method to handle the module's behavior. * 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: * Documentation:
* https://meshtastic.org/docs/settings/moduleconfig/external-notification * https://meshtastic.org/docs/settings/moduleconfig/external-notification
+5 -4
View File
@@ -2,11 +2,12 @@
* @file StoreForwardModule.cpp * @file StoreForwardModule.cpp
* @brief Implementation of the StoreForwardModule class. * @brief Implementation of the StoreForwardModule class.
* *
* This file contains the implementation of the StoreForwardModule class, which is responsible for managing the store and forward functionality of the Meshtastic device. * This file contains the implementation of the StoreForwardModule class, which is responsible for managing the store and forward
* The class provides methods for sending and receiving messages, as well as managing the message history queue. * functionality of the Meshtastic device. The class provides methods for sending and receiving messages, as well as managing the
* It also initializes and manages the data structures used for storing the message history. * message history queue. It also initializes and manages the data structures used for storing the message history.
* *
* The StoreForwardModule class is used by the MeshService class to provide store and forward functionality to the Meshtastic device. * The StoreForwardModule class is used by the MeshService class to provide store and forward functionality to the Meshtastic
* device.
* *
* @author Jm Casler * @author Jm Casler
* @date [Insert Date] * @date [Insert Date]