Skip to content

Commit f067a0b

Browse files
committed
fix: hrr is not supported
but the first one is used by default
1 parent fcd5bf2 commit f067a0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stores/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ export const sensorList = [
253253
maxTime: 20200723,
254254
mean: 8.833278903565226,
255255
std: 6.719844888386422,
256-
levels: ['hrr', 'msa', 'state'],
256+
levels: ['state', 'msa', 'hrr'],
257257
type: 'late',
258258
},
259259
{

0 commit comments

Comments
 (0)