From 12ef8565de4f735b5d92e33df4d1fa9fe476e7c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Sun, 8 Apr 2018 11:18:44 +0200 Subject: [PATCH] Using custom NtpClientLib without stability problems --- code/espurna/config/version.h | 2 +- code/platformio.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/espurna/config/version.h b/code/espurna/config/version.h index 71515b10..d1a43210 100644 --- a/code/espurna/config/version.h +++ b/code/espurna/config/version.h @@ -1,5 +1,5 @@ #define APP_NAME "ESPURNA" -#define APP_VERSION "1.12.5b" +#define APP_VERSION "1.12.5g" #define APP_REVISION "" #define APP_AUTHOR "xose.perez@gmail.com" #define APP_WEBSITE "http://tinkerman.cat" diff --git a/code/platformio.ini b/code/platformio.ini index 66066ea7..e1a5c082 100644 --- a/code/platformio.ini +++ b/code/platformio.ini @@ -26,7 +26,7 @@ lib_deps = https://github.com/madpilot/mDNSResolver#4cfcda1 https://github.com/xoseperez/my92xx#3.0.1 https://bitbucket.org/xoseperez/nofuss.git#0.2.5 - https://github.com/gmag11/NtpClient.git#28af3a5 + https://github.com/xoseperez/NtpClient.git#0016a59 OneWire PMS Library PZEM004T