Skip to content

Commit

Permalink
disable task debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
kahrendt committed Aug 1, 2024
1 parent 5488cf0 commit 1a3fe1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esphome/components/nabu/nabu_media_player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ static void stats_task(void *arg) {
static const char *const TAG = "nabu_media_player";

void NabuMediaPlayer::setup() {
xTaskCreatePinnedToCore(stats_task, "stats", 4096, NULL, STATS_TASK_PRIO, NULL, tskNO_AFFINITY);
// xTaskCreatePinnedToCore(stats_task, "stats", 4096, NULL, STATS_TASK_PRIO, NULL, tskNO_AFFINITY);

state = media_player::MEDIA_PLAYER_STATE_IDLE;

Expand Down

0 comments on commit 1a3fe1a

Please sign in to comment.