cyberman54 / ESP32-Paxcounter

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

Change Display PIN #794

Closed FabTangi closed 3 years ago

FabTangi commented 3 years ago

Proposed change to make display OK on TTGO T-Beam V1.1

cyberman54 commented 3 years ago

I don't see any impact of this change, since SDA and SDL are defined in pins_arduino.h for tbeam with same values?

FabTangi commented 3 years ago

Well, on my side this solved the issue on display. Where is pins_arduino.h located?

cyberman54 commented 3 years ago

Please check your toolchain, i.e. correct version (see platformio.ini) of arduino-esp32 (contains pins_arduino.h) installed.

FabTangi commented 3 years ago

You're completly rigth, after cleaning up ome old esp32 definitions, it is working with master branch.