esp-cpp / espp

C++ components for ESP
https://esp-cpp.github.io/espp/
MIT License
30 stars 9 forks source link

feat(file_system): Update example to include built+bundled file system #268

Closed finger563 closed 3 months ago

finger563 commented 3 months ago

Description

Motivation and Context

Often it is useful to pre-populate an embedded file system with data from the host file system. This example now showcases how easy it is to do.

How has this been tested?

Building and running file_system/example on a QtPy ESP32s3.

Screenshots (if appropriate, e.g. schematic, board, console logs, lab pictures):

CleanShot 2024-07-02 at 10 08 56

CleanShot 2024-07-02 at 10 09 29

Types of changes

Checklist:

Software

github-actions[bot] commented 3 months ago

:white_check_mark:Static analysis result - no issues found! :white_check_mark: