websocket to web

This commit is contained in:
2024-10-20 19:14:33 -07:00
parent 51af825b27
commit 8e4a94f8c5
8 changed files with 274 additions and 12 deletions

View File

@@ -3,8 +3,8 @@ syntax = "proto3";
package core;
enum TelemetryDataType {
FLOAT_32 = 0;
FLOAT_64 = 1;
Float32 = 0;
Float64 = 1;
}
message TelemetryValue {