nodemcu / nodemcu-firmware

Lua based interactive firmware for ESP8266, ESP8285 and ESP32
https://nodemcu.readthedocs.io
MIT License
7.62k stars 3.12k forks source link

Fix example pins in docs/modules/uart.md #3542

Closed MikeWent closed 5 months ago

MikeWent commented 1 year ago

According to ESP32 DevKit V1 Reference Pinout, gpio 17 = TX and 16 = RX. image

marcelstoer commented 1 year ago

We'd have to cherry-pick this over to the dev-esp32-idf4 branch as we stopped accepting PRs for the dev-esp32 branch.

jmattsson commented 5 months ago

Can't work out how to merge this via the github interface, but I've cherry-picked the commit onto the dev-esp32 branch 👍 . Sorry this was sitting around for ages 😬