Fix dynamic 'decel-boost' - proof of concept works
When moving the joystick in other direction than driving the deceleration gets speed up. The boost scales with how far the stick is in other direction up to a maximum Some issues with this approach see notes in code
This commit is contained in:
@@ -32,7 +32,7 @@ void setLoglevels(void)
|
||||
// esp_log_level_set("motordriver", ESP_LOG_DEBUG);
|
||||
esp_log_level_set("motor-control", ESP_LOG_WARN);
|
||||
// esp_log_level_set("evaluatedJoystick", ESP_LOG_DEBUG);
|
||||
// esp_log_level_set("joystickCommands", ESP_LOG_DEBUG);
|
||||
esp_log_level_set("joystickCommands", ESP_LOG_DEBUG);
|
||||
esp_log_level_set("button", ESP_LOG_INFO);
|
||||
esp_log_level_set("control", ESP_LOG_INFO);
|
||||
// esp_log_level_set("fan-control", ESP_LOG_INFO);
|
||||
|
||||
Reference in New Issue
Block a user