Add "read bitmaps" operation to secondary OSD protocol

This commit is contained in:
Vitaliy Filippov
2021-04-10 17:44:12 +03:00
parent f01eea07d3
commit 0cea3576fb
6 changed files with 72 additions and 5 deletions
+1
View File
@@ -20,4 +20,5 @@ const char* osd_op_names[] = {
"primary_sync",
"primary_delete",
"ping",
"sec_read_bmp",
};