@@ -1329,6 +1329,12 @@ <h5 class="modal-title" data-i18n="tools.nvs.erase.title"></h5>
13291329 class ="form-control form-select "> </ select > < br >
13301330 < label for ="cmdselect_long_5 " data-i18n ="settingsex.buttons.long "> </ label > : < select
13311331 id ="cmdselect_long_5 " class ="form-control form-select "> </ select > < br > < br >
1332+ < legend class ="fs-5 " data-i18n ="settingsex.buttons.button6 "> </ legend >
1333+ < label for ="cmdselect_short_6 "
1334+ data-i18n ="settingsex.buttons.short "> </ label > : < select id ="cmdselect_short_6 "
1335+ class ="form-control form-select "> </ select > < br >
1336+ < label for ="cmdselect_long_6 " data-i18n ="settingsex.buttons.long "> </ label > : < select
1337+ id ="cmdselect_long_6 " class ="form-control form-select "> </ select > < br > < br >
13321338 </ fieldset >
13331339 < fieldset >
13341340 < legend class ="w-auto " data-i18n ="settingsex.multibuttons.title "> </ legend > < br >
@@ -1347,6 +1353,9 @@ <h5 class="modal-title" data-i18n="tools.nvs.erase.title"></h5>
13471353 < label for ="cmdselect_multi_05 "
13481354 data-i18n ="settingsex.multibuttons.05 "> </ label > : < select
13491355 id ="cmdselect_multi_05 " class ="form-control form-select "> </ select > < br >
1356+ < label for ="cmdselect_multi_06 "
1357+ data-i18n ="settingsex.multibuttons.06 "> </ label > : < select
1358+ id ="cmdselect_multi_06 " class ="form-control form-select "> </ select > < br >
13501359 < label for ="cmdselect_multi_12 "
13511360 data-i18n ="settingsex.multibuttons.12 "> </ label > : < select
13521361 id ="cmdselect_multi_12 " class ="form-control form-select "> </ select > < br >
@@ -1359,6 +1368,9 @@ <h5 class="modal-title" data-i18n="tools.nvs.erase.title"></h5>
13591368 < label for ="cmdselect_multi_15 "
13601369 data-i18n ="settingsex.multibuttons.15 "> </ label > : < select
13611370 id ="cmdselect_multi_15 " class ="form-control form-select "> </ select > < br >
1371+ < label for ="cmdselect_multi_16 "
1372+ data-i18n ="settingsex.multibuttons.16 "> </ label > : < select
1373+ id ="cmdselect_multi_16 " class ="form-control form-select "> </ select > < br >
13621374 < label for ="cmdselect_multi_23 "
13631375 data-i18n ="settingsex.multibuttons.23 "> </ label > : < select
13641376 id ="cmdselect_multi_23 " class ="form-control form-select "> </ select > < br >
@@ -1368,15 +1380,27 @@ <h5 class="modal-title" data-i18n="tools.nvs.erase.title"></h5>
13681380 < label for ="cmdselect_multi_25 "
13691381 data-i18n ="settingsex.multibuttons.25 "> </ label > : < select
13701382 id ="cmdselect_multi_25 " class ="form-control form-select "> </ select > < br >
1383+ < label for ="cmdselect_multi_26 "
1384+ data-i18n ="settingsex.multibuttons.26 "> </ label > : < select
1385+ id ="cmdselect_multi_26 " class ="form-control form-select "> </ select > < br >
13711386 < label for ="cmdselect_multi_34 "
13721387 data-i18n ="settingsex.multibuttons.34 "> </ label > : < select
13731388 id ="cmdselect_multi_34 " class ="form-control form-select "> </ select > < br >
13741389 < label for ="cmdselect_multi_35 "
13751390 data-i18n ="settingsex.multibuttons.35 "> </ label > : < select
13761391 id ="cmdselect_multi_35 " class ="form-control form-select "> </ select > < br >
1392+ < label for ="cmdselect_multi_36 "
1393+ data-i18n ="settingsex.multibuttons.36 "> </ label > : < select
1394+ id ="cmdselect_multi_36 " class ="form-control form-select "> </ select > < br >
13771395 < label for ="cmdselect_multi_45 "
13781396 data-i18n ="settingsex.multibuttons.45 "> </ label > : < select
13791397 id ="cmdselect_multi_45 " class ="form-control form-select "> </ select > < br >
1398+ < label for ="cmdselect_multi_46 "
1399+ data-i18n ="settingsex.multibuttons.46 "> </ label > : < select
1400+ id ="cmdselect_multi_46 " class ="form-control form-select "> </ select > < br >
1401+ < label for ="cmdselect_multi_56 "
1402+ data-i18n ="settingsex.multibuttons.56 "> </ label > : < select
1403+ id ="cmdselect_multi_56 " class ="form-control form-select "> </ select > < br >
13801404 </ fieldset >
13811405 </ div >
13821406 </ span >
@@ -2587,27 +2611,35 @@ <h5 class="modal-title" data-i18n="tools.nvs.erase.title"></h5>
25872611 document . getElementById ( "cmdselect_short_3" ) . value = buttonSettings . short3 ;
25882612 document . getElementById ( "cmdselect_short_4" ) . value = buttonSettings . short4 ;
25892613 document . getElementById ( "cmdselect_short_5" ) . value = buttonSettings . short5 ;
2614+ document . getElementById ( "cmdselect_short_6" ) . value = buttonSettings . short6 ;
25902615 document . getElementById ( "cmdselect_long_0" ) . value = buttonSettings . long0 ;
25912616 document . getElementById ( "cmdselect_long_1" ) . value = buttonSettings . long1 ;
25922617 document . getElementById ( "cmdselect_long_2" ) . value = buttonSettings . long2 ;
25932618 document . getElementById ( "cmdselect_long_3" ) . value = buttonSettings . long3 ;
25942619 document . getElementById ( "cmdselect_long_4" ) . value = buttonSettings . long4 ;
25952620 document . getElementById ( "cmdselect_long_5" ) . value = buttonSettings . long5 ;
2621+ document . getElementById ( "cmdselect_long_6" ) . value = buttonSettings . long6 ;
25962622 document . getElementById ( "cmdselect_multi_01" ) . value = buttonSettings . multi01 ;
25972623 document . getElementById ( "cmdselect_multi_02" ) . value = buttonSettings . multi02 ;
25982624 document . getElementById ( "cmdselect_multi_03" ) . value = buttonSettings . multi03 ;
25992625 document . getElementById ( "cmdselect_multi_04" ) . value = buttonSettings . multi04 ;
26002626 document . getElementById ( "cmdselect_multi_05" ) . value = buttonSettings . multi05 ;
2627+ document . getElementById ( "cmdselect_multi_06" ) . value = buttonSettings . multi06 ;
26012628 document . getElementById ( "cmdselect_multi_12" ) . value = buttonSettings . multi12 ;
26022629 document . getElementById ( "cmdselect_multi_13" ) . value = buttonSettings . multi13 ;
26032630 document . getElementById ( "cmdselect_multi_14" ) . value = buttonSettings . multi14 ;
26042631 document . getElementById ( "cmdselect_multi_15" ) . value = buttonSettings . multi15 ;
2632+ document . getElementById ( "cmdselect_multi_16" ) . value = buttonSettings . multi16 ;
26052633 document . getElementById ( "cmdselect_multi_23" ) . value = buttonSettings . multi23 ;
26062634 document . getElementById ( "cmdselect_multi_24" ) . value = buttonSettings . multi24 ;
26072635 document . getElementById ( "cmdselect_multi_25" ) . value = buttonSettings . multi25 ;
2636+ document . getElementById ( "cmdselect_multi_26" ) . value = buttonSettings . multi26 ;
26082637 document . getElementById ( "cmdselect_multi_34" ) . value = buttonSettings . multi34 ;
26092638 document . getElementById ( "cmdselect_multi_35" ) . value = buttonSettings . multi35 ;
2639+ document . getElementById ( "cmdselect_multi_36" ) . value = buttonSettings . multi36 ;
26102640 document . getElementById ( "cmdselect_multi_45" ) . value = buttonSettings . multi45 ;
2641+ document . getElementById ( "cmdselect_multi_46" ) . value = buttonSettings . multi46 ;
2642+ document . getElementById ( "cmdselect_multi_56" ) . value = buttonSettings . multi56 ;
26112643 }
26122644 // battery
26132645 let batSettings = settings . battery ;
@@ -2959,27 +2991,35 @@ <h5 class="modal-title" data-i18n="tools.nvs.erase.title"></h5>
29592991 short3 : Number ( document . getElementById ( "cmdselect_short_3" ) . value ) ,
29602992 short4 : Number ( document . getElementById ( "cmdselect_short_4" ) . value ) ,
29612993 short5 : Number ( document . getElementById ( "cmdselect_short_5" ) . value ) ,
2994+ short6 : Number ( document . getElementById ( "cmdselect_short_6" ) . value ) ,
29622995 long0 : Number ( document . getElementById ( "cmdselect_long_0" ) . value ) ,
29632996 long1 : Number ( document . getElementById ( "cmdselect_long_1" ) . value ) ,
29642997 long2 : Number ( document . getElementById ( "cmdselect_long_2" ) . value ) ,
29652998 long3 : Number ( document . getElementById ( "cmdselect_long_3" ) . value ) ,
29662999 long4 : Number ( document . getElementById ( "cmdselect_long_4" ) . value ) ,
29673000 long5 : Number ( document . getElementById ( "cmdselect_long_5" ) . value ) ,
3001+ long6 : Number ( document . getElementById ( "cmdselect_long_6" ) . value ) ,
29683002 multi01 : Number ( document . getElementById ( "cmdselect_multi_01" ) . value ) ,
29693003 multi02 : Number ( document . getElementById ( "cmdselect_multi_02" ) . value ) ,
29703004 multi03 : Number ( document . getElementById ( "cmdselect_multi_03" ) . value ) ,
29713005 multi04 : Number ( document . getElementById ( "cmdselect_multi_04" ) . value ) ,
29723006 multi05 : Number ( document . getElementById ( "cmdselect_multi_05" ) . value ) ,
3007+ multi06 : Number ( document . getElementById ( "cmdselect_multi_06" ) . value ) ,
29733008 multi12 : Number ( document . getElementById ( "cmdselect_multi_12" ) . value ) ,
29743009 multi13 : Number ( document . getElementById ( "cmdselect_multi_13" ) . value ) ,
29753010 multi14 : Number ( document . getElementById ( "cmdselect_multi_14" ) . value ) ,
29763011 multi15 : Number ( document . getElementById ( "cmdselect_multi_15" ) . value ) ,
3012+ multi16 : Number ( document . getElementById ( "cmdselect_multi_16" ) . value ) ,
29773013 multi23 : Number ( document . getElementById ( "cmdselect_multi_23" ) . value ) ,
29783014 multi24 : Number ( document . getElementById ( "cmdselect_multi_24" ) . value ) ,
29793015 multi25 : Number ( document . getElementById ( "cmdselect_multi_25" ) . value ) ,
3016+ multi26 : Number ( document . getElementById ( "cmdselect_multi_26" ) . value ) ,
29803017 multi34 : Number ( document . getElementById ( "cmdselect_multi_34" ) . value ) ,
29813018 multi35 : Number ( document . getElementById ( "cmdselect_multi_35" ) . value ) ,
3019+ multi36 : Number ( document . getElementById ( "cmdselect_multi_36" ) . value ) ,
29823020 multi45 : Number ( document . getElementById ( "cmdselect_multi_45" ) . value ) ,
3021+ multi46 : Number ( document . getElementById ( "cmdselect_multi_46" ) . value ) ,
3022+ multi56 : Number ( document . getElementById ( "cmdselect_multi_56" ) . value ) ,
29833023 } ,
29843024 "rotary" : {
29853025 reverse : $ ( '#rotaryReverse' ) . prop ( 'checked' )
0 commit comments