Skip to content

Commit

Permalink
Set 'space open' status correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
bullestock committed Jun 13, 2024
1 parent 20faf38 commit f66f52a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions frontend/esp32/main/controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,10 @@ void Controller::check_thursday()
}
state = State::open;
if (is_main)
{
Slack_writer::instance().announce_open();
is_space_open = true;
}
}

Buttons::Keys Controller::read_keys(bool log)
Expand Down
2 changes: 1 addition & 1 deletion frontend/esp32/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.20
1.3.21

0 comments on commit f66f52a

Please sign in to comment.