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:
Luc
2022-08-23 08:55:46 +08:00
parent 6a82412878
commit 159b9e6f47
16 changed files with 71 additions and 297 deletions

View File

@@ -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)