Compare commits

..

No commits in common. "342eb48a497eb3dcb1ec03c5c156937fdec07ba9" and "1d5605c0e9f71767e550efe3b1171211035a22a5" have entirely different histories.

1 changed files with 2 additions and 3 deletions

View File

@ -1,9 +1,6 @@
#ifndef CONFIG_H
#define CONFIG_H
// Versioning
#define WATCHY_LIB_VER "1.4.7"
//pins
#if !defined(ARDUINO_WATCHY_V10) && !defined(ARDUINO_WATCHY_V15) && !defined(ARDUINO_WATCHY_V20)
@ -78,4 +75,6 @@
#define SOFTWARE_VERSION_PATCH 0
#define HARDWARE_VERSION_MAJOR 1
#define HARDWARE_VERSION_MINOR 0
// Versioning
#define WATCHY_LIB_VER "1.4.6"
#endif