mavlink: STATUSTEXT directly use mavlink_log subscription

- ORB_ID(mavlink_log) increase queue depth now that mavlink ringbuffer is gone
This commit is contained in:
Daniel Agar
2020-11-14 21:56:53 -05:00
parent 387659d615
commit ed8a30d73e
5 changed files with 115 additions and 111 deletions
+1 -1
View File
@@ -3,4 +3,4 @@ uint64 timestamp # time since system start (microseconds)
char[127] text
uint8 severity # log level (same as in the linux kernel, starting with 0)
uint8 ORB_QUEUE_LENGTH = 4
uint8 ORB_QUEUE_LENGTH = 8