[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2024-07-11 20:49:37 +00:00
parent 0fb13fc547
commit 334154cfe3
3 changed files with 16 additions and 16 deletions

View File

@ -69,7 +69,7 @@ namespace ratgdo {
void Secplus1::wall_panel_emulation(size_t index)
{
if (this->wall_panel_emulation_state_ == WallPanelEmulationState::DISABLED){
if (this->wall_panel_emulation_state_ == WallPanelEmulationState::DISABLED) {
ESP_LOGD(TAG, "Emulation mode is disabled");
} else if (this->wall_panel_emulation_state_ == WallPanelEmulationState::ENABLED) {
// ESP_LOG2(TAG, "[Wall panel emulation] Sending byte: [%02X]", secplus1_states[index]);