1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-27 18:02:17 +03:00

import getLocalTime() from esp32/Arduino (#8413)

* import getLocalTime() from esp32/Arduino
follows #8407
This commit is contained in:
david gauchard
2022-01-04 22:20:20 +01:00
committed by GitHub
parent f26201e6a9
commit a05a71fa9d
4 changed files with 28 additions and 25 deletions

View File

@ -97,6 +97,7 @@ CORE_CPP_FILES := \
HardwareSerial.cpp \
crc32.cpp \
Updater.cpp \
time.cpp \
) \
$(addprefix $(abspath $(LIBRARIES_PATH)/ESP8266SdFat/src)/, \
FatLib/FatFile.cpp \