Browse Source

Renaming of new configfile

master
Torsten Stauder 4 years ago
parent
commit
80ba6ee896
  1. 4
      src/settings-lolin_d32_pro_sdmmc_pe.h
  2. 2
      src/settings.h

4
src/settings-lolin_d32_pro_sdmmc.h → src/settings-lolin_d32_pro_sdmmc_pe.h

@ -5,7 +5,7 @@
//######################### INFOS #################################### //######################### INFOS ####################################
/* This is a PCB-specific config-file for *Wemos Lolin32 D32 pro with port-expander PCA9555PW and SD_MMC*. /* This is a PCB-specific config-file for *Wemos Lolin32 D32 pro with port-expander PCA9555PW and SD_MMC*.
PCB: t.b.a. 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 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 Lolin D32 pro: https://www.wemos.cc/en/latest/_static/files/sch_d32_pro_v2.0.0.pdf
Schematics PCB: t.b.a. Schematics PCB: t.b.a.
@ -23,7 +23,7 @@
#ifdef SD_MMC_1BIT_MODE #ifdef SD_MMC_1BIT_MODE
// 15 / 14 / 2 (fixed for SD_MMC) // 15 / 14 / 2 (fixed for SD_MMC)
#else #else
// NOT SUPPORTED BY THIS BOARD!
// SPI-SD IS NOT SUPPORTED BY THIS PCB - DON'T USE INTERNAL SD-READER!
#endif #endif
// RFID (via SPI) // RFID (via SPI)

2
src/settings.h

@ -234,6 +234,8 @@
#include "settings-ttgo_t8.h" // Contains all user-relevant settings for Lilygo TTGO T8 1.7 #include "settings-ttgo_t8.h" // Contains all user-relevant settings for Lilygo TTGO T8 1.7
#elif (HAL == 6) #elif (HAL == 6)
#include "settings-complete.h" // Contains all user-relevant settings for ESPuino complete #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) #elif (HAL == 99)
#include "settings-custom.h" // Contains all user-relevant settings custom-board #include "settings-custom.h" // Contains all user-relevant settings custom-board
#endif #endif

Loading…
Cancel
Save