Rebuild the firmwares

This commit is contained in:
Davide D'Agostino 2019-06-28 15:45:28 -07:00
parent b8a152c5f6
commit 19fb5e04c6
32 changed files with 5 additions and 2 deletions

View File

@ -277,6 +277,10 @@ static THD_FUNCTION(ppm_thread, arg) {
}
}
if (fabsf(servo_val) < 0.001) {
pulses_without_power++;
}
break;
case PPM_CTRL_TYPE_CURRENT:
case PPM_CTRL_TYPE_CURRENT_NOREV:

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -22,7 +22,7 @@
// Firmware version
#define FW_VERSION_MAJOR 3
#define FW_VERSION_MINOR 57
#define FW_VERSION_MINOR 58
#include "datatypes.h"

View File

@ -357,7 +357,6 @@ typedef struct {
bool multi_esc;
bool tc;
float tc_max_diff;
bool max_erpm_for_dir_active;
float max_erpm_for_dir;
} ppm_config;