Disable brake-test

This commit is contained in:
jonny_jr9 2023-09-05 21:51:43 +02:00
parent 8c7f05134c
commit 57acaa0080

View File

@ -28,6 +28,9 @@ extern "C"
//disables other functionality
//#define UART_TEST_ONLY
//==========================
//======= BRAKE TEST =======
//==========================
//only run brake-test (ignore uart input)
#define BRAKE_TEST_ONLY
@ -36,7 +39,6 @@ extern "C"
static const char * TAG = "main";
#ifndef UART_TEST_ONLY
//====================================
//========== motorctl task ===========