jaminNZx / ESP8266-WS28xx-Blynk

An Ardiuno sketch to connect an ESP (all varients) to WS28xx LED strips and control them using the Blynk mobile app.
35 stars 14 forks source link

Esp32 #4

Open Cam1011 opened 5 years ago

Cam1011 commented 5 years ago

Is there any way to make an Esp32 work with this

SmeagolDanger commented 5 years ago

Here is the include section that makes it work with ESP32. Hope it helps you out. I don't remember changing much else for the initial test but it was quite a while ago when I first tried it.

define BLYNK_PRINT Serial

include

include

include

define FASTLED_ALLOW_INTERRUPTS 0

include "FastLED.h"

include "wifi_credentials.h"

include "settings.h"