Skip to content

Commit

Permalink
Fixed pressure sensitivity settings being reinitialized at reset.
Browse files Browse the repository at this point in the history
Changed version to 1.0.6.
  • Loading branch information
gbevin committed Dec 4, 2014
1 parent aedb34c commit c986910
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion linnstrument-firmware.ino
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ char* audienceMessages[16] = {
"HELLO (YOUR CITY HERE)"
};

char* OSVersion = "106.";
char* OSVersion = "106";

// SPI addresses
const byte SPI_LEDS = 10; // Arduino pin for LED control over SPI
Expand Down
2 changes: 0 additions & 2 deletions ls_settings.ino
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,6 @@ void initializeGlobalSettings() {
Global.arpDirection = ArpUp;
Global.arpTempo = ArpSixteenth;
Global.arpOctave = 0;

initializeGlobalSensorSettings();
}

void initializeGlobalSensorSettings() {
Expand Down

0 comments on commit c986910

Please sign in to comment.