Fix ESP32 build

This commit is contained in:
Sergey Lyubka 2022-05-16 11:54:26 +01:00
parent 3871f4b6ab
commit 25806e48dc
2 changed files with 4 additions and 0 deletions

View File

@ -133,6 +133,8 @@ extern "C" {
#include <sys/types.h>
#include <time.h>
#include <esp_timer.h>
#define MG_PATH_MAX 128
#endif

View File

@ -17,6 +17,8 @@
#include <sys/types.h>
#include <time.h>
#include <esp_timer.h>
#define MG_PATH_MAX 128
#endif