remove useless profiling verbs; remove controller timers; master controller cleanup

This commit is contained in:
BurnZeZ
2014-06-24 20:51:46 -04:00
parent e0b8e99b66
commit 004a907bfa
9 changed files with 222 additions and 433 deletions

View File

@@ -75,10 +75,9 @@
process()
..()
CHECK_DISABLED(vents)
if(stat & (NOPOWER|BROKEN))
return
if (!node)
if(!node)
on = 0
//broadcast_status() // from now air alarm/control computer should request update purposely --rastaf0
if(!on)

View File

@@ -98,10 +98,9 @@
process()
..()
CHECK_DISABLED(scrubbers)
if(stat & (NOPOWER|BROKEN))
return
if (!node)
if(!node)
on = 0
//broadcast_status()
if(!on)