William Emfinger
William Emfinger
So there are a couple things there: 1. you can probably safely remove the `using button_callback_t = ...` and `using DisplayDriver = ...`, as those are not actually used anywhere...
@kazz2020 I pushed the changes to the rest of the code last week which should allow you to start testing with / modifying the `box-emu` component to use the `espp::TDeck`...
@kazz2020 Well the main thing that's missing from TDeck is the audio component. The TDeck uses an ES7210 audio codec for microphone input (unused in this project), and a `MAX98357A`...
> > [@kazz2020](https://github.com/kazz2020) Well the main thing that's missing from TDeck is the audio component. The TDeck uses an ES7210 audio codec for microphone input (unused in this project), and...
@kazz2020 I've pushed an update to `espp` which adds audio and uSD card support to the `espp::TDeck` component [here](https://github.com/esp-cpp/espp/pull/417) so that should give you a start on updating the `box-emu`...
@Noorsun0035 Can you please open this as a discussion instead of on this issue specifically? I'd recommend opening a new discussion for the first question. Regarding your second question, I've...
Note: it's probably a good idea to actually set up each component as a separate idf component with the appropriate dependencies. This will also likely necessitate moving the `external` submodules...
Somewhat actually related to #284
Once we go this route, we can use https://github.com/espressif/upload-components-ci-action to automatically publish via CI
You can enable modem sleep with menu config, though some chips may require an external 32khz crystal / oscillator for maximum power savings. I use this library with modem sleep...