Skip to content

Commit 1d08476

Browse files
committed
plugins: mcumgr: Show output of OS application info
1 parent a21cddd commit 1d08476

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

plugins/mcumgr/plugin_mcumgr.cpp

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1588,6 +1588,15 @@ void plugin_mcumgr::status(uint8_t user_data, group_status status, QString error
15881588

15891589
table_OS_Tasks->setSortingEnabled(true);
15901590
}
1591+
else if (user_data == ACTION_OS_MCUMGR_BUFFER)
1592+
{
1593+
//TODO
1594+
}
1595+
else if (user_data == ACTION_OS_OS_APPLICATION_INFO)
1596+
{
1597+
edit_OS_Info_Output->clear();
1598+
edit_OS_Info_Output->appendPlainText(error_string);
1599+
}
15911600
}
15921601
}
15931602
else if (sender() == my_shell)

0 commit comments

Comments
 (0)