Skip to content

Commit

Permalink
Commented safety check for easier debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrva committed Feb 18, 2023
1 parent fdc118f commit cfd3061
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions components/sinclair_ac/esppac_cnt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,9 @@ void SinclairACCNT::loop()

void SinclairACCNT::control(const climate::ClimateCall &call)
{
if (this->state_ != ACState::Ready)
return;
/* TODO: uncomment below - debug only! */
/*if (this->state_ != ACState::Ready)
return;*/

if (call.get_mode().has_value())
{
Expand Down

0 comments on commit cfd3061

Please sign in to comment.