mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-04 13:15:08 +08:00
uORB top readd initial clear screen
This commit is contained in:
@@ -313,6 +313,8 @@ void uORB::DeviceMaster::showTop(char **topic_filter, int num_filters)
|
||||
}
|
||||
}
|
||||
|
||||
PX4_INFO_RAW("\033[2J\n"); //clear screen
|
||||
|
||||
lock();
|
||||
|
||||
if (_node_list.empty()) {
|
||||
|
||||
Reference in New Issue
Block a user