feature/targetdetection #7

Merged
TobaOjo merged 5 commits from feature/targetdetection into develop 2025-11-28 09:21:03 +00:00
13 changed files with 313 additions and 136 deletions
Showing only changes of commit 690043e9f7 - Show all commits

View File

@@ -1,5 +1,5 @@
export const wsConfig = {
infoBar: "ws://100.115.148.59/websocket-infobar",
infoBar: "ws://100.115.125.56/websocket-infobar",
};
export type SocketKey = keyof typeof wsConfig;