@@ -695,6 +695,9 @@ <h5 class="modal-title-craft"></h5>
695695 < th name ="Integral ">
696696 < label > Integral</ label >
697697 </ th >
698+ < th name ="D_Max ">
699+ < label > D_Max</ label >
700+ </ th >
698701 < th name ="Derivative ">
699702 < label > Derivative</ label >
700703 </ th >
@@ -714,6 +717,9 @@ <h5 class="modal-title-craft"></h5>
714717 < td >
715718 < input type ="text " name ="d " step ="1 " min ="0 " max ="255 " />
716719 </ td >
720+ < td >
721+ < input type ="text " name ="d_min_roll " step ="1 " min ="0 " max ="255 " />
722+ </ td >
717723 < td >
718724 < input type ="text " name ="f " step ="1 " min ="0 " max ="255 " />
719725 </ td >
@@ -730,6 +736,9 @@ <h5 class="modal-title-craft"></h5>
730736 < td >
731737 < input type ="text " name ="d " step ="1 " min ="0 " max ="255 " />
732738 </ td >
739+ < td >
740+ < input type ="text " name ="d_min_pitch " step ="1 " min ="0 " max ="255 " />
741+ </ td >
733742 < td >
734743 < input type ="text " name ="f " step ="1 " min ="0 " max ="255 " />
735744 </ td >
@@ -746,6 +755,9 @@ <h5 class="modal-title-craft"></h5>
746755 < td >
747756 < input type ="text " name ="d " step ="1 " min ="0 " max ="255 " />
748757 </ td >
758+ < td >
759+ < input type ="text " name ="d_min_yaw " step ="1 " min ="0 " max ="255 " />
760+ </ td >
749761 < td >
750762 < input type ="text " name ="f " step ="1 " min ="0 " max ="255 " />
751763 </ td >
@@ -759,6 +771,7 @@ <h5 class="modal-title-craft"></h5>
759771 </ tr >
760772 </ thead >
761773 </ table >
774+
762775 < table id ="pid_baro " class ="pid_tuning ">
763776 < tr class ="altPID ">
764777 <!-- 3 -->
@@ -774,6 +787,7 @@ <h5 class="modal-title-craft"></h5>
774787 </ td >
775788 < td > </ td >
776789 </ tr >
790+
777791 < tr class ="velPID ">
778792 <!-- 9 -->
779793 < td > VEL</ td >
@@ -860,38 +874,6 @@ <h5 class="modal-title-craft"></h5>
860874 </ tr >
861875 </ table >
862876
863- < table id ="d_min " class ="parameter cf ">
864- < thead >
865- < tr >
866- < th colspan ="5 "> D Min</ th >
867- </ tr >
868- </ thead >
869- < tbody >
870- < tr >
871- < td name ="d_min_roll " class ="bf-only ">
872- < label > Roll</ label >
873- < input type ="text " step ="1 " min ="0 " max ="100 " />
874- </ td >
875- < td name ="d_min_pitch " class ="bf-only ">
876- < label > Pitch</ label >
877- < input type ="text " step ="1 " min ="0 " max ="100 " />
878- </ td >
879- < td name ="d_min_yaw " class ="bf-only ">
880- < label > Yaw</ label >
881- < input type ="text " step ="1 " min ="0 " max ="100 " />
882- </ td >
883- < td name ="d_min_gain " class ="bf-only ">
884- < label > Gain</ label >
885- < input type ="text " step ="1 " min ="0 " max ="100 " />
886- </ td >
887- < td name ="d_min_advance " class ="bf-only ">
888- < label > Advance</ label >
889- < input type ="text " step ="1 " min ="0 " max ="200 " />
890- </ td >
891- </ tr >
892- </ tbody >
893- </ table >
894-
895877 < table class ="parameter cf ">
896878 < thead >
897879 < tr >
@@ -946,30 +928,6 @@ <h5 class="modal-title-craft"></h5>
946928 </ tbody >
947929 </ table >
948930
949- < table class ="parameter cf ">
950- < thead >
951- < tr >
952- < th colspan ="5 "> TPA and Airmode</ th >
953- </ tr >
954- </ thead >
955- < tbody >
956- < tr >
957- < td name ="dynThrPID ">
958- < label > TPA amount</ label >
959- < input type ="text " step ="0.01 " min ="0 " max ="1.00 " />
960- </ td >
961- < td name ="tpa-breakpoint ">
962- < label > TPA Breakpoint</ label >
963- < input type ="text " step ="10 " min ="1000 " max ="2000 " />
964- </ td >
965- < td name ="airmode_activate_throttle " class ="bf-only ">
966- < label > Airmode Activate</ label >
967- < input type ="text " step ="10 " min ="1000 " max ="2000 " />
968- </ td >
969- </ tr >
970- </ tbody >
971- </ table >
972-
973931 < table class ="parameter cf ">
974932 < thead >
975933 < tr >
@@ -1008,6 +966,50 @@ <h5 class="modal-title-craft"></h5>
1008966 </ tbody >
1009967 </ table >
1010968
969+ < table id ="d_min " class ="parameter cf ">
970+ < thead >
971+ < tr >
972+ < th colspan ="5 "> D Min</ th >
973+ </ tr >
974+ </ thead >
975+ < tbody >
976+ < tr >
977+ < td name ="d_min_gain " class ="bf-only ">
978+ < label > Gain</ label >
979+ < input type ="text " step ="1 " min ="0 " max ="100 " />
980+ </ td >
981+ < td name ="d_min_advance " class ="bf-only ">
982+ < label > Advance</ label >
983+ < input type ="text " step ="1 " min ="0 " max ="200 " />
984+ </ td >
985+ </ tr >
986+ </ tbody >
987+ </ table >
988+
989+ < table class ="parameter cf ">
990+ < thead >
991+ < tr >
992+ < th colspan ="5 "> TPA and Airmode</ th >
993+ </ tr >
994+ </ thead >
995+ < tbody >
996+ < tr >
997+ < td name ="dynThrPID ">
998+ < label > TPA amount</ label >
999+ < input type ="text " step ="0.01 " min ="0 " max ="1.00 " />
1000+ </ td >
1001+ < td name ="tpa-breakpoint ">
1002+ < label > TPA Breakpoint</ label >
1003+ < input type ="text " step ="10 " min ="1000 " max ="2000 " />
1004+ </ td >
1005+ < td name ="airmode_activate_throttle " class ="bf-only ">
1006+ < label > Airmode Activate</ label >
1007+ < input type ="text " step ="10 " min ="1000 " max ="2000 " />
1008+ </ td >
1009+ </ tr >
1010+ </ tbody >
1011+ </ table >
1012+
10111013 < table class ="parameter cf ">
10121014 < thead >
10131015 < tr >
0 commit comments