update for new microcontroller
Some checks failed
xiao_pet_tracker / semantic-pull-request (push) Failing after 0s
xiao_pet_tracker / build (push) Failing after 0s
xiao_pet_tracker / spell-check (push) Failing after 0s

This commit is contained in:
2025-06-27 16:37:38 +02:00
parent fe07da70f5
commit a16145e48c
14 changed files with 292 additions and 139 deletions

View File

@@ -46,7 +46,7 @@ class _SettingsViewState extends State<RecordingsView> {
itemCount: _captureBoxes.length,
itemBuilder: (context, i) {
return ListTile(
leading: FIcon(FAssets.icons.pawPrint),
leading: const Icon(FIcons.pawPrint),
title: Text('Collection Type: ${_captureBoxes[i].type}'),
subtitle: Text(f.format(_captureBoxes[i].startTime)),
onTap: () {