From f66f52a579ef650ab1cf1607b5c5fc2a07383971 Mon Sep 17 00:00:00 2001 From: Torsten Martinsen Date: Thu, 13 Jun 2024 22:49:00 +0200 Subject: [PATCH] Set 'space open' status correctly. --- frontend/esp32/main/controller.cpp | 3 +++ frontend/esp32/version.txt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/esp32/main/controller.cpp b/frontend/esp32/main/controller.cpp index 53d1231f..b0ad9091 100644 --- a/frontend/esp32/main/controller.cpp +++ b/frontend/esp32/main/controller.cpp @@ -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) diff --git a/frontend/esp32/version.txt b/frontend/esp32/version.txt index 3c59b404..89bdc094 100644 --- a/frontend/esp32/version.txt +++ b/frontend/esp32/version.txt @@ -1 +1 @@ -1.3.20 +1.3.21