From d42c9422f0d1357d26af722bf012cd02e40215c0 Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Thu, 20 Jan 2022 12:14:47 -0800 Subject: [PATCH] add proteus h7 to list (#3819) --- firmware/gen_config.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/firmware/gen_config.sh b/firmware/gen_config.sh index e20470b2c9..7ee82e8d8c 100755 --- a/firmware/gen_config.sh +++ b/firmware/gen_config.sh @@ -34,6 +34,7 @@ for BOARD in \ "prometheus prometheus_405" \ "proteus proteus_f7" \ "proteus proteus_f4" \ + "proteus proteus_h7" \ "atlas atlas"\ ; do BOARD_NAME=$(echo "$BOARD" | cut -d " " -f 1)