tmiw / ezDV

A FreeDV device based on the ESP32.
89 stars 4 forks source link

Move I2C SCL to GPIO 45 #9

Closed tmiw closed 2 years ago

tmiw commented 2 years ago

v0.1 of the board has SCL on GPIO 48. However, the nanoESP32-S3 is apparently using that for its RGB LED. Cutting off the pin on the board for GPIO 45 and bodging the pin next to it to 45 allowed I2C to work properly.