remove littlefs warning
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
#if __has_include("esp_arduino_version.h")
|
#if __has_include("esp_arduino_version.h")
|
||||||
#include "esp_arduino_version.h"
|
#include "esp_arduino_version.h"
|
||||||
#if ESP_ARDUINO_VERSION >= ESP_ARDUINO_VERSION_VAL(2, 0, 0)
|
#if ESP_ARDUINO_VERSION >= ESP_ARDUINO_VERSION_VAL(2, 0, 0)
|
||||||
#warning("Use the built-in LITTLEFS library")
|
//#warning("Use the built-in LITTLEFS library")
|
||||||
#endif
|
#endif
|
||||||
#else
|
#else
|
||||||
//#warning("LITTLEFS: no esp_arduino_version.h file, likely 1.0.x")
|
//#warning("LITTLEFS: no esp_arduino_version.h file, likely 1.0.x")
|
||||||
|
|||||||
Reference in New Issue
Block a user