Replies: 3 comments 3 replies
-
There's not only 1 answer to that but I can explain what I'm doing that fits my own way, but other approaches could work too
See Defining multiple custom firmware In VSCode I'm using a workspace which includes both base folders so I can work with files from either Tasmota or from my private repo.
I can compile my binaries or standard Tasmota binaries as usual and I can manage versions of my personnal files on my private repo . I hope this is clear and can help. |
Beta Was this translation helpful? Give feedback.
-
My setup is not to even have a fork or need to use Git, but separately maintaining my build config settings (what goes in Of course, this structure is based on me not depending on modified Tasmota source code, needing to merge changes again and again. In practical terms, I've found it nice to do the builds in a Docker container, giving a well-defined "sandbox". |
Beta Was this translation helpful? Give feedback.
-
Eine deutsche Anleitung zum selbst compilieren finden Sie unter github.com/HofeBY Das Versionsfile ist im Sourcecode unter .\Tasmota\tasmota\include\tasmota_version.h |
Beta Was this translation helpful? Give feedback.
-
I am building a small hardware product and would like to build Tasmota for that.
I need to compile a custom binary because the led is not part of the default binary.
Okay, I got that working with the override file with platform io locally with the Tasmota repo.
I am wondering, how I would start versioning that.
Like, do I fork Tasmota and add my own config and keep rebasing?
Upstreaming, but who will build the binary then and how?
I also would like to build the binary in a pipeline later on and push it as release or package.
I am a bit confused how this should be handled.
Anybody got an idea?
Beta Was this translation helpful? Give feedback.
All reactions