Howto:Reset/re-init Troubleshooting: Difference between revisions

Jump to navigation Jump to search
m
→‎Nasal dialog: that won't work ...
m (→‎Nasal dialog: https://sourceforge.net/p/flightgear/mailman/message/35048478/)
m (→‎Nasal dialog: that won't work ...)
Line 509: Line 509:
     print("Subsystem found:", name);
     print("Subsystem found:", name);
     append(Tests, {name: name});
     append(Tests, {name: name});
}


print("subsystem list retrieved, disabling performance monitor again");  
print("subsystem list retrieved, disabling performance monitor again");  
performance_monitor.getNode('enabled').setBoolValue(0); # disable the performance monitor again
performance_monitor.getNode('enabled').setBoolValue(0); # disable the performance monitor again


}
   
   
debug.benchmark("button setup", func() {
debug.benchmark("button setup", func() {

Navigation menu