From fff665c62f1435c1229c5bedcf486790ae3f1a9b Mon Sep 17 00:00:00 2001 From: Fisch Date: Sun, 30 May 2021 00:10:09 +0200 Subject: [PATCH] reflash boards --- Inc/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Inc/config.h b/Inc/config.h index 5c63385..37bafe1 100644 --- a/Inc/config.h +++ b/Inc/config.h @@ -4,8 +4,8 @@ //Select the calibration values for the different pcbs -//#define BOBBYCAR_PCB_FRONT //Green PCB. black programming cable. outer power button -#define BOBBYCAR_PCB_REAR //Blue PCB. with XT60-U, beige programming cable. inner power button +#define BOBBYCAR_PCB_FRONT //Green PCB. black programming cable. outer power button +//#define BOBBYCAR_PCB_REAR //Blue PCB. with XT60-U, beige programming cable. inner power button //#define HOVERBRETT //Green PCB in Hoverbrett #include "stm32f1xx_hal.h"