Skip to content

Commit

Permalink
Remove logging of status sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
mill1000 committed Nov 7, 2023
1 parent b175ef7 commit 7b02941
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/winix_c545/winix_c545.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,6 @@ void WinixC545Component::parse_aws_sentence_(char *sentence) {
case 210: // Overall device state
case 220: // Sensor update
{
ESP_LOGI(TAG, "State update: %s", sentence);

// Advance sentence to first token
sentence += strlen("AWS_SEND=A2XX {");

Expand Down

0 comments on commit 7b02941

Please sign in to comment.