Merge branch 'segment-api' into audioreactive-prototype

This commit is contained in:
Blaž Kristan
2022-08-11 13:24:01 +02:00
48 changed files with 18671 additions and 11223 deletions

View File

@@ -368,7 +368,7 @@ class AudioReactive : public Usermod {
WiFiUDP fftUdp;
// set your config variables to their boot default value (this can also be done in readFromConfig() or a constructor if you prefer)
bool enabled = true;
bool enabled = false;
bool initDone = false;
const uint16_t delayMs = 10; // I don't want to sample too often and overload WLED