From eaf5f0682f4bf3b7b048cb5fa28d11e715a87331 Mon Sep 17 00:00:00 2001 From: "jacob.eva" Date: Wed, 12 Feb 2025 17:03:43 +0000 Subject: [PATCH] Update clarification --- Boards.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Boards.h b/Boards.h index 3a9e571..125239b 100644 --- a/Boards.h +++ b/Boards.h @@ -161,11 +161,9 @@ #endif #if MCU_VARIANT == MCU_ESP32 - - // Board models for ESP32 based builds are - // defined by the build target in the makefile. - // If you are not using make to compile this - // firmware, you can manually define model here. + // Board models for ESP32 based builds are defined by the build target in + // the makefile. If you are not using make to compile this firmware, you + // can manually define the model here. // // #define BOARD_MODEL BOARD_GENERIC_ESP32 #define CONFIG_UART_BUFFER_SIZE 6144