From 51edee50b644ce2cb1ced729d0441c436aca9bf2 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Tue, 25 Jan 2022 19:14:16 +0100 Subject: [PATCH] Added comment --- Config.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Config.h b/Config.h index 21649b9..047879d 100644 --- a/Config.h +++ b/Config.h @@ -80,6 +80,13 @@ #elif 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. + // + // #define BOARD_MODEL BOARD_GENERIC_ESP32 + #if BOARD_MODEL == BOARD_GENERIC_ESP32 const int pin_cs = 4; const int pin_reset = 36;