fix: 修改风向bug

This commit is contained in:
2024-02-21 21:44:59 +08:00
parent 85dfecff84
commit 98799e8bcc
4 changed files with 23 additions and 12 deletions

View File

@@ -350,7 +350,6 @@ const initWebSocket = () => {
socketData.sensor = data;
}
});
console.log(socketData);
}
};