File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -392,7 +392,7 @@ MspHelper.prototype.process_data = function(dataHandler) {
392392 BF_CONFIG . board_align_pitch = data . read16 ( ) ; // -180 - 360
393393 BF_CONFIG . board_align_yaw = data . read16 ( ) ; // -180 - 360
394394 BF_CONFIG . currentscale = data . read16 ( ) ;
395- BF_CONFIG . currentoffset = data . readU16 ( ) ;
395+ BF_CONFIG . currentoffset = data . read16 ( ) ;
396396
397397 updateTabList ( BF_CONFIG . features ) ;
398398
Original file line number Diff line number Diff line change 384384 </ tbody >
385385 </ table >
386386 < div class ="number ">
387- < label > < input type ="number " name ="currentscale " step ="1 " min ="-1000 " max ="1000 " /> < span
387+ < label > < input type ="number " name ="currentscale " step ="1 " min ="-16000 " max ="16000 " /> < span
388388 i18n ="configurationCurrentScale "> </ span >
389389 </ label >
390390 </ div >
391391 < div class ="number ">
392- < label > < input type ="number " name ="currentoffset " step ="1 " min ="0 " max ="3300 " /> < span
392+ < label > < input type ="number " name ="currentoffset " step ="1 " min ="-1600 " max ="16000 " /> < span
393393 i18n ="configurationCurrentOffset "> </ span >
394394 </ label >
395395 </ div >
503503 < a class ="save " href ="# " i18n ="configurationButtonSave "> </ a >
504504 </ div >
505505 </ div >
506- </ div >
506+ </ div >
You can’t perform that action at this time.
0 commit comments