summaryrefslogtreecommitdiff
path: root/tests/target_wiring/esp32.py
blob: 63d7a81a2dc1230e6a68497e9de185dcde9f3459 (plain)
1
2
3
4
5
6
7
# Target wiring for general esp32 board.
#
# Connect:
# - GPIO4 to GPIO5

uart_loopback_args = (1,)
uart_loopback_kwargs = {"tx": 4, "rx": 5}