cyberman54 / ESP32-Paxcounter

Wifi & BLE driven passenger flow metering with cheap ESP32 boards
https://cyberman54.github.io/ESP32-Paxcounter/
Other
1.73k stars 405 forks source link

Added Support for SD_MMC controller of TTGO-Lora32-v2.1.new #665

Closed ChrSchultz closed 3 years ago

ChrSchultz commented 3 years ago

I have tested it. after enabling the ESP32 internal pullup resistors on the SDCARD Datalines it works fine :-) I got the pins for SD-Datalines from the [schema] (https://github.com/LilyGO/TTGO-LORA32/blob/master/schematic1in6.pdf)

SD0 2
CMD 15
SD1 4
SD2 12
SD3 13
cyberman54 commented 3 years ago

Thanks for this PR! Your PR contains some more commits than the SDMMC fix. I will close it without merge, but will pick the SDMMC fix and put it to development branch.

cyberman54 commented 3 years ago

PS: Can you contribute separate PRs for your other commits, e.g. the build.py / Bintray package improvment? Thanks.

cyberman54 commented 3 years ago

SDMMC fix part of this PR is now merged with master.