Commit Graph

7 Commits

Author SHA1 Message Date
Andrew Brandt
b3a0869115
ci: add dependabot.yml file for updating github actions
**Description**:

Add a new file `dependabot.yml` to keep the actions used in
`.github/workflows` up to date. This will automatically open PRs when a
new version of an action becomes available.

**Related Issue(s)**:

Implements #324

**NOTE TO REVIEWER/MAINTAINER**:

You may need to enable dependabot functionality in the settings on this
repo. I can help dig into that if you need help. Thanks!

Signed-off-by: Andrew Brandt <brandt.andrew89@gmail.com>
2026-01-11 09:23:26 -06:00
Jonas Diemer
e8c0fb42d4
Network details QR code (#113)
Using QRCode library from pio to generate the QR code.

Done:
- Display QR code for URL in network mode
- minor fixes of layout
- Display QR for URL in AP mode
- Display QR for AP in AP mode

---------

Co-authored-by: Dave Allie <dave@daveallie.com>
2025-12-26 12:13:40 +11:00
Dave Allie
0d32d21d75
Small code cleanup (#83)
Some checks are pending
CI / build (push) Waiting to run
## Summary

* Fix cppcheck low violations
* Remove teardown method on parsers, use destructor
* Code cleanup
2025-12-21 15:43:53 +11:00
Dave Allie
6989035ef8
Run CI action on PR as well as push 2025-12-15 23:17:35 +11:00
Dave Allie
8c3576e397
Add Github Action to build release firmware on tag (#20)
Some checks are pending
CI / build (push) Waiting to run
2025-12-15 20:00:34 +11:00
Dave Allie
fdb5634ea6
Add cppcheck and formatter to CI (#19)
* Add cppcheck and formatter to CI

* Checkout submodules

* Install matching clang-format version in CI
2025-12-15 19:46:52 +11:00
Dave Allie
5cabba7712
Add Github templates
Added Github templates for PRs and bugs
Also added one for funding, please do not feel obligated to
donate to the project, this is not a for-profit endevour, I
just had someone ask where they could send a few dollars so
I have set it up
2025-12-15 08:16:59 +11:00