fixed lint errors in Eclipse

This commit is contained in:
Youen 2023-08-15 17:00:48 +02:00
parent fde8f27f70
commit 2ac358ba24
2 changed files with 6 additions and 1 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,7 +18,9 @@
#include <limits>
#define DUMMY_DATA 1
#include "lint-helpers.h"
#define DUMMY_DATA 0
AsyncWebServer server(80);