fbiego / ESP32Time

An Arduino library for setting and retrieving internal RTC time on ESP32 boards
MIT License
212 stars 36 forks source link

sys/time.h not found #22

Closed aeonSolutions closed 1 year ago

aeonSolutions commented 1 year ago

Hi , i'm getting the error sys/time.h not found. where can i find de file ? thank you

aeonSolutions commented 1 year ago

One can find a windows implementation here: https://github.com/win32ports/sys_time_h

Also, is needed to corrent the include from #include to #include "ESP32Time.h" to properly work