Skip to content
Snippets Groups Projects
Commit 5e26cdf4 authored by sfaguet's avatar sfaguet
Browse files

Correction deadzone pilote

parent 092c1b06
No related branches found
No related tags found
No related merge requests found
......@@ -542,7 +542,7 @@
<Group>
<GroupName>Application/User</GroupName>
<tvExp>1</tvExp>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<cbSel>0</cbSel>
<RteFlg>0</RteFlg>
......@@ -670,7 +670,7 @@
<Group>
<GroupName>Libraries</GroupName>
<tvExp>1</tvExp>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<cbSel>0</cbSel>
<RteFlg>0</RteFlg>
......@@ -690,7 +690,7 @@
<Group>
<GroupName>BoardA</GroupName>
<tvExp>1</tvExp>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<cbSel>0</cbSel>
<RteFlg>0</RteFlg>
......@@ -814,7 +814,7 @@
<Group>
<GroupName>Traitement</GroupName>
<tvExp>1</tvExp>
<tvExp>0</tvExp>
<tvExpOptDlg>0</tvExpOptDlg>
<cbSel>0</cbSel>
<RteFlg>0</RteFlg>
......
......@@ -14,7 +14,7 @@ void piloteInit(uint8_t pilote_id){
0: Antonin;
*/
/* Receiver */
pilote.sensitivity_RC_deadzone = 50; //Between 0 and 6600
pilote.sensitivity_RC_deadzone = 100; //Between 0 and 6600
pilote.sensitivity_ch_1 = 0.00003;
pilote.sensitivity_ch_2 = 0.00003;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment