Skip to content

Commit

Permalink
Time format in SerialMonitor changed.Fixes arduino#580
Browse files Browse the repository at this point in the history
  • Loading branch information
nmzaheer authored and per1234 committed Sep 8, 2022
1 parent 8f95fd6 commit 76673cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const _Row = ({
}) => {
const timestamp =
(data.timestamp &&
`${dateFormat(data.lines[index].timestamp, 'H:M:ss.l')} -> `) ||
`${dateFormat(data.lines[index].timestamp, 'HH:MM:ss.l')} -> `) ||
'';
return (
(data.lines[index].lineLen && (
Expand Down

0 comments on commit 76673cb

Please sign in to comment.