establish hardwareLoop()

This commit is contained in:
2016-12-23 00:03:36 +01:00
parent 23d3c314c2
commit c83dc44f83
7 changed files with 13 additions and 0 deletions

View File

@@ -42,3 +42,5 @@ void hardwareSetup() {
analogWrite(PIN_RGB_BLUE, 0);
deviceLedW1.ledBrightnessHandler("{\"brightness\":100}");
}
void hardwareLoop() {};