Skip to content

Commit

Permalink
Timing...
Browse files Browse the repository at this point in the history
  • Loading branch information
bombcheck committed Mar 6, 2018
1 parent d4ea442 commit 243624e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions espArtLeDNode/espArtLeDNode.ino
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ extern "C" {
extern struct rst_info resetInfo;
}

#define FIRMWARE_VERSION "v1.0.3-dev14"
#define FIRMWARE_VERSION "v1.0.3-dev15"
#define ART_FIRM_VERSION 0x0200 // Firmware given over Artnet (2 bytes)


Expand Down Expand Up @@ -275,7 +275,8 @@ void loop(void){
}
webServer.handleClient();

delay(7);
// Trying some sort of timing adjustments to fight crashes
delay(5);

// Get the node details and handle Artnet
doNodeReport();
Expand Down

0 comments on commit 243624e

Please sign in to comment.