/retrostore-sdk-esp32-example

An example application that uses the RetroStore SDK

Primary LanguageC++Apache License 2.0Apache-2.0

retrostore-sdk-esp32-example

An example ESP32 IDF application that uses the RetroStore C++ SDK

Checking out

This project uses git submodules. Make sure you check out using the following command:

git clone --recurse-submodules <URL>

Or alternatively, if you already had the project checked out, make sure to pull the latest revision and then run:

git submodule init
git submodule update