Browse Source

Using custom NtpClientLib without stability problems

rfm69
Xose Pérez 6 years ago
parent
commit
12ef8565de
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      code/espurna/config/version.h
  2. +1
    -1
      code/platformio.ini

+ 1
- 1
code/espurna/config/version.h View File

@ -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"


+ 1
- 1
code/platformio.ini View File

@ -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


Loading…
Cancel
Save