experimental et42 uart dynamic brake fix

This commit is contained in:
milek7
2018-10-26 22:51:46 +02:00
parent 72cd59f8d8
commit 19f1f62e93
4 changed files with 14 additions and 5 deletions

View File

@@ -197,7 +197,7 @@ void uart_input::poll()
// second controller
relay.post(
user_command::secondcontrollerset,
buffer[ 7 ],
static_cast<int8_t>(buffer[ 7 ]),
0,
GLFW_PRESS,
// TODO: pass correct entity id once the missing systems are in place