Skip to content

Commit

Permalink
Depend on stage_wifi so that autoapp doesn't get started too early
Browse files Browse the repository at this point in the history
  • Loading branch information
silverchris committed Aug 18, 2022
1 parent 4946c05 commit 6283729
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/installer/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,9 @@ void installer::setup_sm() {
dependancy = element->InsertNewChildElement("dependency");
dependancy->SetAttribute("type", "service");
dependancy->SetAttribute("value", "audio_manager");

dependancy = element->InsertNewChildElement("dependency");
dependancy->SetAttribute("type", "service");
dependancy->SetAttribute("value", "start_wifi");
}
if (checkAapaVersion()) {
for (tinyxml2::XMLElement *element = serviceconfig->FirstChildElement(); element != nullptr;
Expand Down

0 comments on commit 6283729

Please sign in to comment.