···3232- [x] Saved reading position
3333- [ ] File explorer with file picker
3434 - [x] Basic EPUB picker from root directory
3535- - [ ] Support nested folders
3535+ - [x] Support nested folders
3636 - [ ] EPUB picker with cover art
3737- [ ] Image support within EPUB
3838- [ ] Configurable font, layout, and display options
···4747* Python 3.8+
4848* USB-C cable for flashing the ESP32-C3
4949* Xteink X4
5050+5151+### Checking out the code
5252+5353+CrossPoint uses PlatformIO for building and flashing the firmware. To get started, clone the repository:
5454+5555+```
5656+git clone --recursive https://github.com/daveallie/crosspoint-reader
5757+5858+# Or, if you've already cloned without --recursive:
5959+git submodule update --init --recursive
6060+```
50615162### Flashing your device
5263