From 90bbc315cc62b283d1b7269e5ff82728e702c890 Mon Sep 17 00:00:00 2001 From: Luc Date: Sun, 13 Oct 2019 13:38:24 +0800 Subject: [PATCH] Update configuration.h --- esp3d/configuration.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/esp3d/configuration.h b/esp3d/configuration.h index 08768285..2e2bc77d 100644 --- a/esp3d/configuration.h +++ b/esp3d/configuration.h @@ -107,7 +107,10 @@ //ESP_SD_NATIVE 1 //esp32 only //ESP_SDIO 2 //Not available yet //ESP_SDFAT 3 //Not available yet -#define SD_DEVICE ESP_SD_NATIVE +//#define SD_DEVICE ESP_SD_NATIVE + +//FILESYSTEM_TIMESTAMP_FEATURE: allow to get last write time from FILESYSTEM files +//#define SD_TIMESTAMP_FEATURE //pin if reader has insert detection feature //let -1 or comment if none