websocket to web
This commit is contained in:
@@ -3,8 +3,8 @@ syntax = "proto3";
|
||||
package core;
|
||||
|
||||
enum TelemetryDataType {
|
||||
FLOAT_32 = 0;
|
||||
FLOAT_64 = 1;
|
||||
Float32 = 0;
|
||||
Float64 = 1;
|
||||
}
|
||||
|
||||
message TelemetryValue {
|
||||
|
||||
Reference in New Issue
Block a user