We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68eb852 commit 403b2d1Copy full SHA for 403b2d1
esp8266-fastled-audio.ino
@@ -16,7 +16,8 @@
16
along with this program. If not, see <http://www.gnu.org/licenses/>.
17
*/
18
19
-#define FASTLED_ALLOW_INTERRUPTS 0
+//#define FASTLED_ALLOW_INTERRUPTS 0
20
+#define FASTLED_INTERRUPT_RETRY_COUNT 0
21
#include <FastLED.h>
22
FASTLED_USING_NAMESPACE
23
@@ -224,6 +225,8 @@ const uint8_t patternCount = ARRAY_SIZE(patterns);
224
225
#include "Fields.h"
226
227
void setup() {
228
+ WiFi.setSleepMode(WIFI_NONE_SLEEP);
229
+
230
Serial.begin(115200);
231
delay(100);
232
Serial.setDebugOutput(true);
0 commit comments