Skip to content

Commit

Permalink
fixed the bug the idle speed is not zero
Browse files Browse the repository at this point in the history
  • Loading branch information
Hank committed Apr 25, 2014
1 parent 7684387 commit b2bc757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
/**************************** Mincommand *******************************/
/* this is the value for the ESCs when they are not armed
in some cases, this value must be lowered down to 900 for some specific ESCs, otherwise they failed to initiate */
#define MINCOMMAND 1000
#define MINCOMMAND -1056

/********************************** I2C speed ************************************/
//#define I2C_SPEED 100000L //100kHz normal mode, this value must be used for a genuine WMP
Expand Down

0 comments on commit b2bc757

Please sign in to comment.