LoRa timesync (first working version)
This commit is contained in:
parent
edb2c822c8
commit
cc13a38e56
@ -1,7 +1,6 @@
|
|||||||
#ifndef _TIME_SYNC_TIMESERVER_H
|
#ifndef _TIME_SYNC_TIMESERVER_H
|
||||||
#define _TIME_SYNC_TIMESERVER_H
|
#define _TIME_SYNC_TIMESERVER_H
|
||||||
|
|
||||||
#include <ctime>
|
|
||||||
#include <chrono>
|
#include <chrono>
|
||||||
#include "globals.h"
|
#include "globals.h"
|
||||||
#include "timesync.h"
|
#include "timesync.h"
|
||||||
|
@ -30,7 +30,7 @@ description = Paxcounter is a proof-of-concept ESP32 device for metering passeng
|
|||||||
|
|
||||||
[common]
|
[common]
|
||||||
; for release_version use max. 10 chars total, use any decimal format like "a.b.c"
|
; 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!
|
; 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
|
; 0=None, 1=Error, 2=Warn, 3=Info, 4=Debug, 5=Verbose
|
||||||
debug_level = 4
|
debug_level = 4
|
||||||
@ -55,7 +55,6 @@ lib_deps_rtc =
|
|||||||
RTC@^2.3.0
|
RTC@^2.3.0
|
||||||
lib_deps_basic =
|
lib_deps_basic =
|
||||||
ArduinoJson@^5.13.1
|
ArduinoJson@^5.13.1
|
||||||
Time@>=1.5
|
|
||||||
Timezone@^1.2.2
|
Timezone@^1.2.2
|
||||||
lib_deps_all =
|
lib_deps_all =
|
||||||
${common.lib_deps_basic}
|
${common.lib_deps_basic}
|
||||||
|
Loading…
Reference in New Issue
Block a user