From 942e87b37cdc0bfcea50264562d85a4b44e782cf Mon Sep 17 00:00:00 2001 From: Vasily Davydov Date: Wed, 26 Oct 2022 21:05:43 +0300 Subject: [PATCH] state-handler: rewrite description --- esp-vent-main/inc/StateHandler/StateHandler.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/esp-vent-main/inc/StateHandler/StateHandler.h b/esp-vent-main/inc/StateHandler/StateHandler.h index c07ac98..32789dd 100644 --- a/esp-vent-main/inc/StateHandler/StateHandler.h +++ b/esp-vent-main/inc/StateHandler/StateHandler.h @@ -7,8 +7,6 @@ * Purpose of this class is to store and pass * the events of the current mode to further process. * - * Current goal is to make it to operate on interrupts - * caused by button presses. * */