On config.h i set only Quadx for the type and gy-521 for imu type, i have just try to do esc calibration:
/**** ESCs calibration ****/
/********************************************************************/
/* to calibrate all ESCs connected to MWii at the same time (useful to avoid unplugging/re-plugging each ESC)
Warning: this creates a special version of MultiWii Code
You cannot fly with this special version. It is only to be used for calibrating ESCs
Read How To at
http://code.google.com/p/multiwii/wiki/ESCsCalibration */
#define ESC_CALIB_LOW MINCOMMAND
#define ESC_CALIB_HIGH 2000
//#define ESC_CALIB_CANNOT_FLY // uncomment to activate
in this part of config.h I defined ESC_CALIB_CANNOT_FLY and i loaded the program on arduino. all the motors start at maximum power and after a few seconds 3 motors turned off and only one (the one connected to pin 10) continued working endlessly at the minimum power.
what the fuck?

then i loaded the program with ESC_CALIB_CANNOT_FLY commented and the motors don't work like before the calibration...
I think that the escs are right connected to arduino(because they started at maximum power), so now the only problem is something wrong in multiwii settings.
Please tell me if i did escs calibration in the right way and what can are the problem in my settings, i send the link for my config.h
https://drive.google.com/file/d/0B-ZJ-O ... 15UzQ/viewfor the connections to arduino i did this:
Front right motor - digital10
Front left motor - digital3
Back right motor - digital9
Back left motor - digital11