From 06f053c1723cd374d01f18ca7e2f547dba4c28f1 Mon Sep 17 00:00:00 2001 From: Andre Thomas <470015+andrethomas@users.noreply.github.com> Date: Thu, 2 Jan 2020 22:51:15 +0200 Subject: [PATCH] - Add support to BMP driver to enter reset state (sleep enable) --- tasmota/xsns_09_bmp.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/xsns_09_bmp.ino b/tasmota/xsns_09_bmp.ino index 4190a675c..057dac9df 100644 --- a/tasmota/xsns_09_bmp.ino +++ b/tasmota/xsns_09_bmp.ino @@ -654,7 +654,7 @@ bool Xsns09(uint8_t function) case FUNC_SAVE_BEFORE_RESTART: BMP_EnterSleep(); break; -#endif USE_DEEPSLEEP +#endif // USE_DEEPSLEEP } } return result;