diff --git a/src/AutoPilotPlugins/Common/ESP8266ComponentSummary.qml b/src/AutoPilotPlugins/Common/ESP8266ComponentSummary.qml index f7c1048584e29440bedfa3eb2ada87fe62f411e9..76e1c7d544f61da6eea2ff2a04bc4cc4da52a6f0 100644 --- a/src/AutoPilotPlugins/Common/ESP8266ComponentSummary.qml +++ b/src/AutoPilotPlugins/Common/ESP8266ComponentSummary.qml @@ -16,7 +16,8 @@ FactPanel { FactPanelController { id: controller; factPanel: panel } ESP8266ComponentController { - id: esp8266 + id: esp8266 + factPanel: panel } property Fact debugEnabled: controller.getParameterFact(esp8266.componentID, "DEBUG_ENABLED")