mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-27 18:31:37 +00:00
Tone now included in arduino core for ESP32.
This commit is contained in:
parent
5f8267c956
commit
b2284b2097
@ -5,7 +5,7 @@
|
|||||||
#ifdef M5STACK
|
#ifdef M5STACK
|
||||||
#include "Speaker.h"
|
#include "Speaker.h"
|
||||||
TONE Tone;
|
TONE Tone;
|
||||||
#else
|
#elif !defined(ARCH_ESP32)
|
||||||
#include "Tone.h"
|
#include "Tone.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user