Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/sstaub/lighthack
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Staub authored and Stefan Staub committed Sep 19, 2019
2 parents 613eff9 + e1a23b0 commit 09df384
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions macrobox/macrobox.ino
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

const String HANDSHAKE_QUERY = "ETCOSC?";
const String HANDSHAKE_REPLY = "OK";
const String PING_QUERY = "box_macro_hello";
const String PING_QUERY = "macrobox_hello";
const String PING_REPLAY = "/eos/out/ping";

// Change these values to alter how long we wait before sending an OSC ping
Expand All @@ -80,7 +80,7 @@ struct macroButton {
uint8_t pin;
uint8_t last;
String firePattern;
} button1, button2 ,button3 ,button4 ,button5 ,button6 ,button7 ,button8,button9,button10, button11 ,button12;
} button1, button2, button3, button4, button5, button6, button7, button8, button9, button10, button11, button12;

/**
* @brief send a ping with a message to the console
Expand Down

0 comments on commit 09df384

Please sign in to comment.