this post was submitted on 08 Nov 2024
17 points (90.5% liked)
ESP32
249 readers
2 users here now
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
sounds interesting, and your process seems to be as chaotic as mine, i love it
Well, chaotic maybe, but I am just interested in multiple things (unfortunately all at once).
Forgejo is really great for self hosting git, combined with pre-commit and the esp-idf docker image to build stuff is really nice. Commits get checked and when a new tag is pushed, a new image of the code will be build and pushed to a location where the different devices can grab an update using OTA.
As the number of different projects is increasing and updating is stable but annoying, the next approach will be notifications using matt so stuff will update directly after building an image.
And I really love the esp-idf-lib, a great asset to add sensors in a convenient way.