fixing trunk problems

This commit is contained in:
Jm Casler
2023-07-26 16:58:14 -07:00
committed by Thomas Göttgens
parent e9cbe54eca
commit 794948d7e4
5 changed files with 35 additions and 31 deletions

View File

@@ -1,11 +1,12 @@
/**
* @file Power.cpp
* @brief This file contains the implementation of the Power class, which is responsible for managing power-related functionality of the device.
* It includes battery level sensing, power management unit (PMU) control, and power state machine management.
* The Power class is used by the main device class to manage power-related functionality.
*
* The file also includes implementations of various battery level sensors, such as the AnalogBatteryLevel class, which assumes the battery voltage is attached via a voltage-divider to an analog input.
*
* @brief This file contains the implementation of the Power class, which is responsible for managing power-related functionality
* of the device. It includes battery level sensing, power management unit (PMU) control, and power state machine management. The
* Power class is used by the main device class to manage power-related functionality.
*
* The file also includes implementations of various battery level sensors, such as the AnalogBatteryLevel class, which assumes
* the battery voltage is attached via a voltage-divider to an analog input.
*
* This file is part of the Meshtastic project.
* For more information, see: https://meshtastic.org/
*/
@@ -379,7 +380,7 @@ bool Power::analogInit()
/**
* Initializes the Power class.
*
*
* @return true if the setup was successful, false otherwise.
*/
bool Power::setup()