fix: capitalize voltage unit 'v' to 'V' in VoltPlot y-axis label

Agent-Logs-Url: https://github.com/UtilitechAS/amsreader-firmware/sessions/742a66fe-8e10-467b-97c0-f54620131698

Co-authored-by: gskjold <4446828+gskjold@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-04-15 08:15:17 +00:00
committed by GitHub
parent 6d65766908
commit ba747250b3

View File

@@ -42,7 +42,7 @@
max: 260,
ticks: [
{ value: 207, label: '-10%' },
{ value: 230, label: '230v' },
{ value: 230, label: '230V' },
{ value: 253, label: '+10%' }
]
},