Skip to content

Logging

Phil Schatzmann edited this page Jan 15, 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. For other environments you have to edit the SnapLogger.h to activate the output for info or debug.

  • Additionally you can activate the AudioTools logging with

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