24 #if defined(ESP32) && defined(ARDUINO)
38#ifndef ESP_ARDUINO_VERSION_STR
40# define df2str(s) df2xstr(s)
41# define ESP_ARDUINO_VERSION_STR df2str(ESP_ARDUINO_VERSION_MAJOR) "." df2str(ESP_ARDUINO_VERSION_MINOR) "." df2str(ESP_ARDUINO_VERSION_PATCH)
47 Serial.print(
"AudioTools: ");
52 Serial.print(
"Arduino ESP Core Version: ");
54 Serial.print(
"IDF Version: ");
#define assert(T)
Definition avr.h:10
void stop()
stops any further processing by spinning in an endless loop
Definition AudioRuntime.h:12
static void checkMemory(bool printMemory=false)
Executes heap_caps_check_integrity_all()
Definition AudioRuntime.h:23