feat: add tag picker in sensor calibration flow
This commit is contained in:
@@ -32,6 +32,9 @@ abstract class SensorRepository {
|
||||
/// result. Returns the fitted (rssiRef, pathLossExp) pair.
|
||||
Future<({double rssiRef, double pathLossExp})> finishCalibration(int id);
|
||||
|
||||
/// Commits a specific tag for calibration stages. Returns samples_needed.
|
||||
Future<int> setCalibrationTag(int id, String tagId);
|
||||
|
||||
/// Aborts calibration and discards all accumulated stage data.
|
||||
Future<void> cancelCalibration(int id);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user