Commit cf3bba02 authored by Don Gagne's avatar Don Gagne

Merge pull request #2886 from DonLakeFlyer/FactPanel

Fix mission factPanel hookup in ESP WiFi thingy summary qml
parents 0dea128d 54e2db01
......@@ -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")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment