Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Esp32 #4

Open
Cam1011 opened this issue Jan 28, 2019 · 1 comment
Open

Esp32 #4

Cam1011 opened this issue Jan 28, 2019 · 1 comment

Comments

@Cam1011
Copy link

Cam1011 commented Jan 28, 2019

Is there any way to make an Esp32 work with this

@SmeagolDanger
Copy link

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 <ArduinoOTA.h>
#include <WiFi.h>
#include <BlynkSimpleEsp32.h>
#define FASTLED_ALLOW_INTERRUPTS 0
#include "FastLED.h"
#include "wifi_credentials.h"
#include "settings.h"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants