support 2-stage calibration sequence

This commit is contained in:
2025-12-28 14:07:04 -06:00
parent 1f49116d6f
commit 00c54159d4
2 changed files with 222 additions and 14 deletions

View File

@@ -8,7 +8,7 @@ import 'package:socket_io_client/socket_io_client.dart' as IO;
String local = Platform.isAndroid ? '10.0.2.2' : 'localhost';
String fromDevice = '192.168.1.190';
String host = fromDevice;
String host = local;
int port = 3000;
String socketString = "$scheme://$host:$port";
String scheme = 'http';