M95 missing comma

This commit is contained in:
Sara Damiano
2019-09-03 13:17:59 -04:00
parent 286df108ac
commit 1651e9f0bc
6 changed files with 12 additions and 8 deletions

View File

@@ -10,7 +10,7 @@
#define TinyGsmCommon_h
// The current library version number
#define TINYGSM_VERSION "0.9.11"
#define TINYGSM_VERSION "0.9.12"
#if defined(SPARK) || defined(PARTICLE)
#include "Particle.h"