Tavis
Tavis
I'll give it a shot later, but for now I'm reverting to esp32 1.0.3
I figured out the new format of i2s_read. To fix the read code i did the following `for(int i=0; i 0) { micData = abs(digitalSample >> 16); }` and to...
The patch mentioned at https://github.com/FastLED/FastLED/pull/1308 fixed the issue for on esp32 2.0.0. I didn't have to change any of the i2s_comm_format options. . . weird.
@tablatronix I know this is off topic but the discord link in the main readme has expired.
> I'm getting a similar error to this: > > ``` > A fatal error occurred: Failed to write to target RAM (result was 01070000: Operation timed out) > ```...
The devkitm-1 doesn't work for the sparkfun board using the esp32c3-mini-1 either. Edit. It does work as long as the following lines are included in the platformio.ini upload_protocol = esp-builtin...
I'm getting the same error.
Try this fork https://github.com/bajoraner/arduino_twitch_api-1
just do plain http requests like so : https://gist.github.com/tavdog/9ef82e1c0c0445671581eb2ca3862520
Me too. esp-idf needs a good wifimanager