move overrides to top of common slice code. add support to roughing
This commit is contained in:
parent
33b6245297
commit
6b207cbf7d
4 changed files with 39 additions and 26 deletions
|
|
@ -350,7 +350,7 @@ module.exports = async (server) => {
|
|||
}
|
||||
});
|
||||
// request system info
|
||||
false && mqtt.send({
|
||||
mqtt.send({
|
||||
info: {
|
||||
command: "get_version"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue