From 7384b4f28e7cb100232231ddfedfb7ee764c63b4 Mon Sep 17 00:00:00 2001 From: Luc Date: Sat, 12 Oct 2019 07:28:28 +0800 Subject: [PATCH] Update configuration.h --- esp3d/configuration.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/esp3d/configuration.h b/esp3d/configuration.h index ab2b29be..07015b8b 100644 --- a/esp3d/configuration.h +++ b/esp3d/configuration.h @@ -104,10 +104,10 @@ #endif //PIN_RESET_FEATURE //SD_DEVICE: to access SD Card files directly instead of access by serial using printer Board FW -//ESP_SD_NATIVE 1 -//ESP_SDIO 2 -//ESP_SDFAT 3 -#define SD_DEVICE ESP_SD_NATIVE +//ESP_SD_NATIVE 1 //esp32 only +//ESP_SDIO 2 //Not available yet +//ESP_SDFAT 3 //Not available yet +//#define SD_DEVICE ESP_SD_NATIVE //pin if reader has insert detection feature //let -1 or comment if none