Fixed Issue: emptyQueue in Hub was not filled correctly
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
|
||||
enum GobotRPCNumber {
|
||||
VACUM = 0x8,
|
||||
RESET = 0xc
|
||||
RESET = 0xc,
|
||||
GET_INFO = 0xd
|
||||
};
|
||||
|
||||
enum GobotRPCTypes {
|
||||
|
||||
Reference in New Issue
Block a user