From 88ae7871d2b902b8411cdf2e7b446a4f92917c79 Mon Sep 17 00:00:00 2001 From: Rick Waldron Date: Sun, 4 Oct 2015 15:13:20 -0400 Subject: [PATCH] v3.1.0 --- firmware/voodoospark.cpp | 4 ++-- particle.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/firmware/voodoospark.cpp b/firmware/voodoospark.cpp index eabffc6..9953708 100644 --- a/firmware/voodoospark.cpp +++ b/firmware/voodoospark.cpp @@ -2,7 +2,7 @@ ****************************************************************************** * @file voodoospark.cpp * @author Chris Williams - * @version V3.0.0 + * @version V3.1.0 * @date 30-Sept-2015 * @brief Exposes the firmware level API through a TCP Connection initiated * to the Particle devices (Core and Photon) @@ -70,7 +70,7 @@ #define I2C_CONFIG 0x30 #define I2C_WRITE 0x31 #define I2C_READ 0x32 -#define I2C_READ_CONTINUOUS 0x33 +#define I2C_READ_CONTINUOUS 0x33 #define I2C_REGISTER_NOT_SPECIFIED 0xFF /* NOTE GAP */ #define SERVO_WRITE 0x41 diff --git a/particle.json b/particle.json index dcef748..0926fa8 100644 --- a/particle.json +++ b/particle.json @@ -2,6 +2,6 @@ "name": "voodoospark", "author": "Chris Williams ", "license": "MIT", - "version": "3.0.0", + "version": "3.1.0", "description": "TCP enabled IO protocol for Particle Device (Core, Photon) communication" }