OttoDIY / OttoDIYPython

port of the OttoDIY Robot API (Otto9.h & Otto9Humanoid.h) to a micropython based platform
https://github.com/OttoDIY/OttoDIYPython
MIT License
21 stars 15 forks source link

Add mainInfo.js file and refactor store.py to use NVS #24

Closed sfranzyshen closed 6 months ago

sfranzyshen commented 6 months ago

A new mainInfo.js file has been created to hold main page and title details. The store.py file has been restructured - instead of saving to a directory using traditional file I/O, it now uses NVS (Non-Volatile Storage) library to handle save and load operations. This facilitates more efficient and safer data handling.

sfranzyshen commented 6 months ago

👍