Skip to content

Tags: esp-cpp/wireless-debug-display

Tags

v0.4.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Simplify main by using new esp-box, t-deck, and wrover-kit comp…

…onents (#6)

* feat: Simplify main by using new esp-box, t-deck, and wrover-kit components

* update espp to latest main and copy sdkconfig defaults from other projects

* update esp-protocols to latest

* added dependencies.lock since it seems to be needed now -.-

* test pinning to 5.2.2

v0.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update Submodules and add CI for automated code analysis, building, a…

…nd releasing (#5)

* update submodules

* update main after changes to submodule

* add pre-commit hook and clang format for ensuring style

* run pre-commit hook on all files to ensure style

* add ci

* fix static analysis

* fix static analysis

v0.2.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #4 from esp-cpp/feature/box-3-support

Simplify code and add support for ESP32-S3-BOX-3

v0.1.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #3 from esp-cpp/feature/espp-update

refactor: cleanup main code

v0.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #1 from esp-cpp/feature/main-functionality

feat(main): implement main functionality