This commit is contained in:
Charles Crossan 2021-01-11 20:30:02 -05:00
parent 0f573901d5
commit 95c502c658

View File

@ -11,7 +11,7 @@ namespace meshtastic
*/
enum OptionalBool { OptFalse = 0, OptTrue = 1, OptUnknown = 2 };
/// Describes the state of the GPS system.
/// Describes the state of the Power system.
class PowerStatus : public Status
{