Version bump. Also print version in init for debugging

This commit is contained in:
Sara Damiano
2019-03-19 10:39:57 -04:00
parent 50d7fb4b6b
commit 19c377b68a
13 changed files with 16 additions and 3 deletions

View File

@@ -9,6 +9,9 @@
#ifndef TinyGsmCommon_h
#define TinyGsmCommon_h
// The current library version number
#define TINYGSM_VERSION "0.6.1"
#if defined(SPARK) || defined(PARTICLE)
#include "Particle.h"
#elif defined(ARDUINO)