From f3be9f4574f2abe5ba5e822661d3e338582b869e Mon Sep 17 00:00:00 2001 From: TheTrain <32771064+TheTrainGoes@users.noreply.github.com> Date: Tue, 19 Dec 2023 15:52:30 -0500 Subject: [PATCH] Update to Haute42 config (#677) Changes the board label to `Haute 42` from `Pico` --- configs/Haute42/BoardConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/Haute42/BoardConfig.h b/configs/Haute42/BoardConfig.h index 214d8ba4e..b66b8e5d9 100644 --- a/configs/Haute42/BoardConfig.h +++ b/configs/Haute42/BoardConfig.h @@ -8,7 +8,7 @@ #include "enums.pb.h" -#define BOARD_CONFIG_LABEL "Pico" +#define BOARD_CONFIG_LABEL "Haute 42" // This is the main pin definition section. // This will let you specify which GPIO pin each button is assigned too.