v1.15.0 #311

Merged
muellerr merged 107 commits from develop into main 2022-10-27 11:28:49 +02:00
Showing only changes of commit e86831fb40 - Show all commits

View File

@ -151,7 +151,7 @@ bool SolarArrayDeploymentHandler::autonomousDeplForFile(sd::SdCard sdCard, const
string line; string line;
string word; string word;
unsigned int lineNum = 0; unsigned int lineNum = 0;
AutonomousDeplState deplState; AutonomousDeplState deplState = AutonomousDeplState::INIT;
bool stateSwitch = false; bool stateSwitch = false;
uint32_t secsSinceBoot = 0; uint32_t secsSinceBoot = 0;
while (std::getline(file, line)) { while (std::getline(file, line)) {