Skip to content

Commit

Permalink
Will not getting better...
Browse files Browse the repository at this point in the history
  • Loading branch information
bombcheck committed Mar 6, 2018
1 parent 243624e commit 5de2d10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 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-dev15"
#define FIRMWARE_VERSION "v1.0.3-dev16"
#define ART_FIRM_VERSION 0x0200 // Firmware given over Artnet (2 bytes)


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

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

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

0 comments on commit 5de2d10

Please sign in to comment.