From 80ba6ee8966e319d72ae3a73a532a32d073c97b4 Mon Sep 17 00:00:00 2001 From: Torsten Stauder Date: Thu, 14 Oct 2021 23:42:23 +0200 Subject: [PATCH] Renaming of new configfile --- ...olin_d32_pro_sdmmc.h => settings-lolin_d32_pro_sdmmc_pe.h} | 4 ++-- src/settings.h | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) rename src/{settings-lolin_d32_pro_sdmmc.h => settings-lolin_d32_pro_sdmmc_pe.h} (96%) diff --git a/src/settings-lolin_d32_pro_sdmmc.h b/src/settings-lolin_d32_pro_sdmmc_pe.h similarity index 96% rename from src/settings-lolin_d32_pro_sdmmc.h rename to src/settings-lolin_d32_pro_sdmmc_pe.h index 4457839..5a74cf0 100644 --- a/src/settings-lolin_d32_pro_sdmmc.h +++ b/src/settings-lolin_d32_pro_sdmmc_pe.h @@ -5,7 +5,7 @@ //######################### INFOS #################################### /* This is a PCB-specific config-file for *Wemos Lolin32 D32 pro with port-expander PCA9555PW and SD_MMC*. PCB: t.b.a. - Forum: t.b.a. + Forum: https://forum.espuino.de/t/lolin-d32-pro-mit-sd-mmc-pn5180-max-fuenf-buttons-und-port-expander-smd/638 Infos: https://www.wemos.cc/en/latest/d32/d32_pro.html Schematics Lolin D32 pro: https://www.wemos.cc/en/latest/_static/files/sch_d32_pro_v2.0.0.pdf Schematics PCB: t.b.a. @@ -23,7 +23,7 @@ #ifdef SD_MMC_1BIT_MODE // 15 / 14 / 2 (fixed for SD_MMC) #else - // NOT SUPPORTED BY THIS BOARD! + // SPI-SD IS NOT SUPPORTED BY THIS PCB - DON'T USE INTERNAL SD-READER! #endif // RFID (via SPI) diff --git a/src/settings.h b/src/settings.h index 5e8c798..40318bd 100644 --- a/src/settings.h +++ b/src/settings.h @@ -234,6 +234,8 @@ #include "settings-ttgo_t8.h" // Contains all user-relevant settings for Lilygo TTGO T8 1.7 #elif (HAL == 6) #include "settings-complete.h" // Contains all user-relevant settings for ESPuino complete + #elif (HAL == 7) + #include "settings-lolin_d32_pro_sdmmc_pe.h" // Pre-configured settings for ESPuino Lolin D32 pro with SDMMC + port-expander (https://forum.espuino.de/t/lolin-d32-pro-mit-sd-mmc-pn5180-max-fuenf-buttons-und-port-expander-smd/638) #elif (HAL == 99) #include "settings-custom.h" // Contains all user-relevant settings custom-board #endif