Skip to content

Commit

Permalink
Update faderwing.ino
Browse files Browse the repository at this point in the history
reconnection problem solved
  • Loading branch information
sstaub committed Jan 6, 2021
1 parent 31366dd commit 02210a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/faderwing/faderwing.ino
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ Fader fader6(FADER_6_LEVELER, FADER_6_FIRE_BUTTON, FADER_6_STOP_BUTTON, 6, FADER
void initEOS() {
SLIPSerial.print(HANDSHAKE_REPLY);
filter("/eos/out/ping");
initFaders(FADER_PAGE, NUMBER_OF_FADERS, FADER_BANK);
}

/**
Expand Down Expand Up @@ -146,7 +147,6 @@ void setup() {
#endif

initEOS(); // for hotplug with Arduinos without native USB like UNO
initFaders(FADER_PAGE, NUMBER_OF_FADERS, FADER_BANK);
}

/**
Expand Down

0 comments on commit 02210a0

Please sign in to comment.