From c8733fc607171fb3738b52aef3c6c86e584979f0 Mon Sep 17 00:00:00 2001 From: Tom Date: Thu, 16 Feb 2023 19:59:31 +0800 Subject: [PATCH] roll back header. --- library.properties | 2 +- src/DSpotterSDK_Maker.h | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/library.properties b/library.properties index 53fcc06..444befe 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=DSpotterSDK_Maker_33BLE -version=1.0.4 +version=1.0.5 author=Cyberon Corporation maintainer=Cyberon Corporation sentence=DSpotterSDK_Maker_33BLE provides offline speech recognition function for developers on Arduino Nano 33 BLE Sense, which can recognize trigger words and command words. diff --git a/src/DSpotterSDK_Maker.h b/src/DSpotterSDK_Maker.h index 6fef1f6..f2a62b8 100644 --- a/src/DSpotterSDK_Maker.h +++ b/src/DSpotterSDK_Maker.h @@ -4,15 +4,6 @@ #include #include -#if defined(TARGET_ARDUINO_NANO33BLE) || defined(TARGET_PORTENTA_H7) -// For ARDUINO_NANO33BLE and PORTENTA_H7 -#include -#elif defined(TARGET_NANO_RP2040_CONNECT) -// For NANO_RP2040_CONNECT -#include -#include -#endif - class DSpotterSDK { public: