mirror of https://github.com/schoebel/mars
light: remove BUILDTAG from upstream
This commit is contained in:
parent
61377b468c
commit
efe800857a
|
@ -2184,7 +2184,9 @@ void _make_alive(void)
|
|||
}
|
||||
_make_alivelink("alive", mars_global && mars_global->global_power.button ? 1 : 0);
|
||||
_make_alivelink_str("tree", SYMLINK_TREE_VERSION);
|
||||
// remove_this
|
||||
_make_alivelink_str("buildtag", BUILDTAG "(" BUILDDATE ")");
|
||||
// end_remove_this
|
||||
}
|
||||
|
||||
void from_remote_trigger(void)
|
||||
|
|
Loading…
Reference in New Issue