mirror of
https://github.com/schoebel/mars
synced 2025-03-25 04:26:49 +00:00
light: report actually running buildtag
This commit is contained in:
parent
736489eccd
commit
c1823bbfab
@ -2171,6 +2171,7 @@ void _make_alive(void)
|
||||
}
|
||||
_make_alivelink("alive", mars_global && mars_global->global_power.button ? 1 : 0);
|
||||
_make_alivelink_str("tree", SYMLINK_TREE_VERSION);
|
||||
_make_alivelink_str("buildtag", BUILDTAG "(" BUILDDATE ")");
|
||||
}
|
||||
|
||||
void from_remote_trigger(void)
|
||||
|
Loading…
Reference in New Issue
Block a user