Skip to content

Commit

Permalink
Updated version to 2.3.2b69 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
gbevin committed Oct 4, 2023
1 parent 9d9f528 commit dcb580a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions linnstrument-firmware.ino
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*=====================================================================================================================
======================================== LinnStrument Operating System v2.3.1 =========================================
======================================== LinnStrument Operating System v2.3.2 =========================================
=======================================================================================================================
Operating System for the LinnStrument (c) music controller by Roger Linn Design (www.rogerlinndesign.com).
Expand Down Expand Up @@ -56,8 +56,8 @@ For any questions about this, contact Roger Linn Design at support@rogerlinndesi

/******************************************** CONSTANTS ******************************************/

const char* OSVersion = "232.";
const char* OSVersionBuild = ".068";
const char* OSVersion = "232";
const char* OSVersionBuild = ".069";

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

0 comments on commit dcb580a

Please sign in to comment.