From 5ab09f6114cb5935289f95a3d07c83b53dbf26de Mon Sep 17 00:00:00 2001 From: Geert Bevin Date: Thu, 30 Oct 2014 08:42:31 +0100 Subject: [PATCH] Releasing 1.0.4 --- linnstrument-firmware.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linnstrument-firmware.ino b/linnstrument-firmware.ino index 828c4976..eea2400a 100644 --- a/linnstrument-firmware.ino +++ b/linnstrument-firmware.ino @@ -75,7 +75,7 @@ char* audienceMessages[16] = { "HELLO (YOUR CITY HERE)" }; -char* OSVersion = "104."; +char* OSVersion = "104"; // SPI addresses const byte SPI_LEDS = 10; // Arduino pin for LED control over SPI