Add missing comma in settings.js

pull/1674/head
marko 2022-04-08 13:30:22 -04:00
parent 28cd5e07a9
commit 63ddc4f4b7
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
onchange: save('truewind'),
},
'Mounting angle': {
value: s.mount_angle
value: s.mount_angle,
min: 0,
max: 355,
step: 5,