Skip to content

Logging

Phil Schatzmann edited this page Jan 13, 2025 · 4 revisions
  • On the ESP32 this library uses the built in logger provided by Espressif/Arduino that can be configured in the Arduino Tools menu.

  • Additionally you can activate the AudioTools logging with

    AudioToolsLogger.begin(Serial, AudioToolsLogLevel::Info);
    
Clone this wiki locally