Prep ESP32S2

This commit is contained in:
Theo Arends 2021-02-03 14:39:57 +01:00
parent 5caaf60c68
commit 91cec3cb46
1 changed files with 15 additions and 14 deletions

View File

@ -37,6 +37,7 @@
#ifdef ARDUINO #ifdef ARDUINO
#include <Arduino.h> #include <Arduino.h>
#include <time.h> /* struct tm */
#endif #endif
// Define this if you want library to be verbose // Define this if you want library to be verbose