Commit 980f7c4

derdilla <82763757+NobodyForNothing@users.noreply.github.com>
2024-06-22 18:12:32
fix 'notes' note text transmitted
Signed-off-by: derdilla <82763757+NobodyForNothing@users.noreply.github.com>
1 parent 587eb36
Changed files (1)
app
lib
app/lib/components/bluetooth_input.dart
@@ -148,7 +148,7 @@ class _BluetoothInputState extends State<BluetoothInput> {
                   state.data.systolic.toInt(), // TODO: use pressure info in data
                   state.data.diastolic.toInt(),
                   state.data.pulse?.toInt(),
-                  'notes',
+                  '',
                 );
                 widget.onMeasurement(record);
                 setState(() {