Updated version to 1.5.0

This commit is contained in:
Gregg 2022-02-20 12:09:03 -06:00
parent f7014ff154
commit 7bfc1d48fb
1 changed files with 3 additions and 3 deletions

View File

@ -35,8 +35,8 @@
// HomeSpan Version // // HomeSpan Version //
#define HS_MAJOR 1 #define HS_MAJOR 1
#define HS_MINOR 4 #define HS_MINOR 5
#define HS_PATCH 3 #define HS_PATCH 0
#define STRINGIFY(x) _STR(x) #define STRINGIFY(x) _STR(x)
#define _STR(x) #x #define _STR(x) #x
@ -50,7 +50,7 @@
#endif #endif
#if (REQUIRED>VERSION(HS_MAJOR,HS_MINOR,HS_PATCH)) #if (REQUIRED>VERSION(HS_MAJOR,HS_MINOR,HS_PATCH))
#error THIS SKETCH REQUIRES A LATER VERISON OF THE HOMESPAN LIBRARY #error THIS SKETCH REQUIRES A LATER VERSION OF THE HOMESPAN LIBRARY
#endif #endif
#define ARDUINO_ESP_VERSION STRINGIFY(ARDUINO_ESP32_GIT_DESC) #define ARDUINO_ESP_VERSION STRINGIFY(ARDUINO_ESP32_GIT_DESC)