mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-04-19 01:27:26 +00:00
Maintian "no config" state after vendor config (#999)
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
navigate(basepath + (sysinfo.usrcfg ? "" : "setup"));
|
||||
}
|
||||
|
||||
let cc = false;
|
||||
let cc = true;
|
||||
sysinfoStore.subscribe(update => {
|
||||
sysinfo = update;
|
||||
if(update.fwconsent === 1) {
|
||||
|
||||
Reference in New Issue
Block a user