#ifndef ESP_DATE_TIME_LIB_H #define ESP_DATE_TIME_LIB_H /*H******************************************************** * @file ESPDateTime.h * @author Zhang Xiaoke (github@mcxiaoke.com) * @brief ESPDateTime header ********************************************************/ #include <DateTime.h> #include <TimeElapsed.h> #endif