Remove esp32c6 guard precluding NonBlockingRTTTL (#11273)
This commit is contained in:
@@ -23,7 +23,7 @@ extern AmbientLightingThread *ambientLightingThread;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(ARCH_PORTDUINO) && !defined(ARCH_STM32WL) && !defined(CONFIG_IDF_TARGET_ESP32C6)
|
||||
#if !defined(ARCH_PORTDUINO) && !defined(ARCH_STM32WL)
|
||||
#include <NonBlockingRtttl.h>
|
||||
#else
|
||||
// Noop class for portduino.
|
||||
|
||||
Reference in New Issue
Block a user