This commit is contained in:
Youen 2024-05-24 19:32:12 +02:00
commit f648eea8d9
2 changed files with 5 additions and 0 deletions

3
ESP32/src/lint-helpers.h Normal file
View File

@ -0,0 +1,3 @@
#ifndef IRAM_ATTR
#define IRAM_ATTR
#endif

View File

@ -18,6 +18,8 @@
#include <limits>
#include "lint-helpers.h"
#define DUMMY_DATA 0
#define ENABLE_GPS_COORDINATES 1