From af8c0dc84a427db70daa4360f1762bc4f8d14378 Mon Sep 17 00:00:00 2001 From: caternuson Date: Tue, 28 May 2019 16:30:25 -0700 Subject: [PATCH 1/2] remove call to speaker.begin() --- Adafruit_CircuitPlayground.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Adafruit_CircuitPlayground.cpp b/Adafruit_CircuitPlayground.cpp index 20b7dfb..116256f 100644 --- a/Adafruit_CircuitPlayground.cpp +++ b/Adafruit_CircuitPlayground.cpp @@ -61,8 +61,6 @@ bool Adafruit_CircuitPlayground::begin(uint8_t brightness) { lis = Adafruit_CPlay_LIS3DH(CPLAY_LIS3DH_CS); mic = Adafruit_CPlay_Mic(); - speaker.begin(); - strip.begin(); strip.show(); // Initialize all pixels to 'off' strip.setBrightness(brightness); From 1729aaedb8b0a3c7f0568e1aa8cfc7d67f2c59cb Mon Sep 17 00:00:00 2001 From: caternuson Date: Tue, 28 May 2019 16:38:37 -0700 Subject: [PATCH 2/2] bump version --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index 566107c..3431dbe 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Adafruit Circuit Playground -version=1.8.3 +version=1.8.4 author=Adafruit maintainer=Adafruit sentence=All in one library to control Adafruit's Circuit Playground board.