Skip to content

Commit

Permalink
set custom firmware version indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Kopp committed Dec 30, 2019
1 parent 1fd5b32 commit db889c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linnstrument-firmware.ino
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ For any questions about this, contact Roger Linn Design at support@rogerlinndesi
/******************************************** CONSTANTS ******************************************/

const char* OSVersion = "222.";
const char* OSVersionBuild = ".055";
const char* OSVersionBuild = ".K02";

// SPI addresses
#define SPI_LEDS 10 // Arduino pin for LED control over SPI
Expand Down

0 comments on commit db889c2

Please sign in to comment.