Skip to content

Commit

Permalink
Merge pull request #15 from alberto-abarzua/feat/front_improvements
Browse files Browse the repository at this point in the history
chore: remove exit 1 for docker firmware build
  • Loading branch information
alberto-abarzua authored Oct 17, 2023
2 parents 160bc81 + dc24fef commit d307751
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions firmware/components/utils/utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,8 @@ void exit_panic() {

void nvs_init() {}

void exit_panic() {
std::cout << "PANIC" << std::endl;
exit(1);
}
void exit_panic() { std::cout << "PANIC" << std::endl; }

void wifi_init_sta() {}

void task_add() {}
Expand Down

0 comments on commit d307751

Please sign in to comment.