LoRa timesync (first working version)

This commit is contained in:
Verkehrsrot 2019-03-12 23:54:58 +01:00
parent edb2c822c8
commit cc13a38e56
2 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,6 @@
#ifndef _TIME_SYNC_TIMESERVER_H
#define _TIME_SYNC_TIMESERVER_H
#include <ctime>
#include <chrono>
#include "globals.h"
#include "timesync.h"

View File

@ -30,7 +30,7 @@ description = Paxcounter is a proof-of-concept ESP32 device for metering passeng
[common]
; for release_version use max. 10 chars total, use any decimal format like "a.b.c"
release_version = 1.7.37
release_version = 1.7.38
; DEBUG LEVEL: For production run set to 0, otherwise device will leak RAM while running!
; 0=None, 1=Error, 2=Warn, 3=Info, 4=Debug, 5=Verbose
debug_level = 4
@ -55,7 +55,6 @@ lib_deps_rtc =
RTC@^2.3.0
lib_deps_basic =
ArduinoJson@^5.13.1
Time@>=1.5
Timezone@^1.2.2
lib_deps_all =
${common.lib_deps_basic}