Browse Source

Fix mission factPanel hookup

QGC4.4
Don Gagne 9 years ago
parent
commit
54e2db0156
  1. 1
      src/AutoPilotPlugins/Common/ESP8266ComponentSummary.qml

1
src/AutoPilotPlugins/Common/ESP8266ComponentSummary.qml

@ -17,6 +17,7 @@ FactPanel {
ESP8266ComponentController { ESP8266ComponentController {
id: esp8266 id: esp8266
factPanel: panel
} }
property Fact debugEnabled: controller.getParameterFact(esp8266.componentID, "DEBUG_ENABLED") property Fact debugEnabled: controller.getParameterFact(esp8266.componentID, "DEBUG_ENABLED")

Loading…
Cancel
Save