From 99bcdd47aff4a74392b30afc7f3988361c4bfabb Mon Sep 17 00:00:00 2001 From: Luc Date: Mon, 7 Oct 2019 17:24:32 +0800 Subject: [PATCH] Change files name for readibility --- esp3d/configuration.h | 2 +- .../filesystem/{fat_filesystem.cpp => fat_esp32_filesystem.cpp} | 0 ...ittlefs_filesystem .cpp => littlefs_esp8266_filesystem .cpp} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename esp3d/src/modules/filesystem/{fat_filesystem.cpp => fat_esp32_filesystem.cpp} (100%) rename esp3d/src/modules/filesystem/{littlefs_filesystem .cpp => littlefs_esp8266_filesystem .cpp} (100%) diff --git a/esp3d/configuration.h b/esp3d/configuration.h index 078f0c2a..399ff016 100644 --- a/esp3d/configuration.h +++ b/esp3d/configuration.h @@ -168,7 +168,7 @@ #define ESP_AUTOSTART_SCRIPT "M117 Mouning SD\nM21\n" //ESP_LUA_INTERPRETER_FEATURE : add lua scripting feature -#define ESP_LUA_INTERPRETER_FEATURE +//#define ESP_LUA_INTERPRETER_FEATURE //Extra features ///////////////////////////////////////////////////////////////////////// /************************************ diff --git a/esp3d/src/modules/filesystem/fat_filesystem.cpp b/esp3d/src/modules/filesystem/fat_esp32_filesystem.cpp similarity index 100% rename from esp3d/src/modules/filesystem/fat_filesystem.cpp rename to esp3d/src/modules/filesystem/fat_esp32_filesystem.cpp diff --git a/esp3d/src/modules/filesystem/littlefs_filesystem .cpp b/esp3d/src/modules/filesystem/littlefs_esp8266_filesystem .cpp similarity index 100% rename from esp3d/src/modules/filesystem/littlefs_filesystem .cpp rename to esp3d/src/modules/filesystem/littlefs_esp8266_filesystem .cpp