Update wifi.h

This commit is contained in:
mrcory
2020-02-14 18:07:03 -05:00
parent d497d7aade
commit 348ceda36a
+1
View File
@@ -18,6 +18,7 @@ void sendBlynk() { //Blynk Feedback
}
}
BLYNK_WRITE(V11) {
shade[4] = map(param.asInt(),0,10,shade[0],shade[3]);
}