gitextract_b33bnoq0/ ├── .gitattributes ├── 3D_Printed_Cases/ │ ├── Adafruit_QT_Py/ │ │ ├── Adafruit_QT_Py_bottom.stl │ │ ├── Adafruit_QT_Py_top.stl │ │ └── README.md │ ├── DevKitM_1/ │ │ ├── DevKitM_1_bottom.stl │ │ ├── DevKitM_1_top.stl │ │ └── README.md │ ├── ESP32_S2_Saola_1/ │ │ ├── ESP32_S2_Saola_1_bottom.stl │ │ ├── ESP32_S2_Saola_1_top.stl │ │ └── README.md │ ├── LILYGO_TTGO_T8_TF_Card_Slot/ │ │ ├── LILYGO_TTGO_T8_TF_Card_Slot_bottom.stl │ │ ├── LILYGO_TTGO_T8_TF_Card_Slot_top.stl │ │ └── README.md │ ├── LILYGO_TTGO_T8_WOOR/ │ │ ├── LILYGO_TTGO_T8_WOOR_bottom.stl │ │ ├── LILYGO_TTGO_T8_WOOR_top.stl │ │ └── README.md │ ├── NodeMCU_32/ │ │ ├── NodeMCU_32_bottom.stl │ │ ├── NodeMCU_32_top.stl │ │ └── README.md │ ├── README.md │ ├── S3_DevKitC_1/ │ │ ├── README.md │ │ ├── S3_DevKitC_1_bottom.stl │ │ └── S3_DevKitC_1_top.stl │ ├── UM_FeatherS2/ │ │ ├── README.md │ │ ├── UM_FeatherS2_bottom.stl │ │ └── UM_FeatherS2_top.stl │ ├── UM_TinyS2/ │ │ ├── README.md │ │ ├── UM_TinyS2_bottom.stl │ │ └── UM_TinyS2_top.stl │ └── Wemos_S2_Mini/ │ ├── README.md │ ├── S2_Mini_By_Doyle4.stl │ ├── Wemos_S2_Mini_bottom.stl │ └── Wemos_S2_Mini_top.stl ├── ESP32_Server_900u/ │ ├── ESP32_Server_900u.ino │ ├── Loader.h │ ├── Pages.h │ ├── exfathax.h │ ├── fan.h │ ├── goldhen.h │ └── jzip.h ├── ESP32_Server_900u.code-workspace ├── ESP32_Server_900u_HTTPS/ │ ├── ESP32_Server_900u_HTTPS.ino │ ├── Loader.h │ ├── Pages.h │ ├── README.md │ ├── exfathax.h │ ├── fan.h │ ├── goldhen.h │ └── jzip.h ├── README.md ├── bin2h/ │ ├── README.md │ ├── bin2h.py │ ├── bin2h_exe.bat │ └── bin2h_python.bat └── esplib_mod/ ├── README.md ├── boards.txt └── partitions/ ├── app1M_nota_spiffs14M_16MB.csv ├── app1M_spiffs13M_16MB.csv ├── app2M_nota_spiffs13M_16MB.csv ├── app2M_spiffs11M_16MB.csv ├── app3M_nota_spiffs12M_16MB.csv └── app3M_spiffs9M_16MB.csv