mirror of
https://github.com/luc-github/ESP3D.git
synced 2026-03-22 07:36:52 +01:00
Goodbye genLinkedList - welcome std::stack
it decrease ESP32 binary size of few bytes (-256) - when it increase esp8266 binary of few bytes (+56) , but make code more standard so it is fine IMHO
This commit is contained in:
@@ -21,7 +21,6 @@
|
||||
#include "../../include/esp3d_config.h"
|
||||
#if defined(GLOBAL_FILESYSTEM_FEATURE)
|
||||
#include "esp_globalFS.h"
|
||||
//#include "../../core/genLinkedList.h"
|
||||
|
||||
//to verify FS is accessible
|
||||
bool ESP_GBFS::isavailable(uint8_t FS)
|
||||
|
||||
Reference in New Issue
Block a user