Minor change to new message formats. LONG WAY TO GO

This commit is contained in:
Niklas Jensen
2025-12-31 00:52:14 +01:00
committed by nikguin04
parent 9cddbf8a9b
commit 73aa38951d
6 changed files with 41 additions and 43 deletions
-18
View File
@@ -1,21 +1,3 @@
export enum MessageTopic {
imu = 'imu',
imuCalibrate = 'imuCalibrate',
mode = 'mode',
input = 'input',
analytics = 'analytics',
position = 'position',
angles = 'angles',
i2cScan = 'i2cScan',
peripheralSettings = 'peripheralSettings',
otastatus = 'otastatus',
gait = 'walk_gait',
servoState = 'servoState',
servoPWM = 'servoPWM',
WiFiSettings = 'WiFiSettings',
sonar = 'sonar',
rssi = 'rssi'
}
export type vector = { x: number; y: number }