Add further includes.

This commit is contained in:
Travis J Dean
2020-03-26 04:49:35 -04:00
parent f2329476ec
commit c6ea2dff8a
4 changed files with 23 additions and 1 deletions

View File

@@ -1,6 +1,9 @@
#include "wled_blynk.h"
#include "const.h"
#include "wled.h"
#include "src/dependencies/blynk/Blynk/BlynkHandlers.h"
#include "wled_led.h"
#include "wled_colors.h"
uint16_t blHue = 0;
byte blSat = 255;