DEVLOG (3)
BEHOLD!!!!!
Today’s session was all about strengthening the software architecture of the ESP32 NAS.
Completed
- Finished the
SDManagermodule. - Successfully initialized and tested the SD card.
- Built the
WiFiManagermodule and established a successful Wi-Fi connection. - Started developing the
FileServicemodule. - Implemented the following file operations:
exists()createFolder()deleteFile()deleteFolder()rename()fileSize()copyFile()moveFile()
- Resolved multiple compilation and IntelliSense issues while improving the project structure.
’The next ’milestone is integrating these modules with the web server and building the NAS interface.
Stay tuned.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.