Tone now included in arduino core for ESP32.

This commit is contained in:
Thomas Göttgens 2022-11-24 10:30:11 +01:00
parent 5f8267c956
commit b2284b2097

View File

@ -5,7 +5,7 @@
#ifdef M5STACK
#include "Speaker.h"
TONE Tone;
#else
#elif !defined(ARCH_ESP32)
#include "Tone.h"
#endif