Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit d4d3003

Browse files
committed
Move timestamp format next to the baud rate in status bar
1 parent c5f29fe commit d4d3003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ export const statusBarPriority = {
4343
PORT: 20,
4444
OPEN_PORT: 30,
4545
BAUD_RATE: 40,
46+
TIMESTAMP_FORMAT: 50,
4647
BOARD: 60,
4748
ENDING: 70,
4849
SKETCH: 80,
4950
PROGRAMMER: 90,
50-
TIMESTAMP_FORMAT: 100,
5151
};

0 commit comments

Comments
 (0)