Delete/add_device cycle works smoothly now. All cases tested, next up is using position and calibration data to move motors and use encoders etc.

This commit is contained in:
2025-12-24 18:39:21 -06:00
parent 82da4930e5
commit 456e3dcfd3
7 changed files with 224 additions and 89 deletions

View File

@@ -8,6 +8,9 @@ extern std::atomic<bool> connected;
// Initialize Socket.IO client and connect to server
void initSocketIO();
// Stop and destroy Socket.IO client
void stopSocketIO();
// Emit calibration done event to server
void emitCalibDone(int port);