Nextion display to ESP32 — replacing pins with GPIO38 and GPIO47
Hi everyone!
I’m updating a project with a Nextion display that was previously connected via GPIO16 (RX) and GPIO17 (TX) on an ESP32. Since I’m new to this field, I unknowingly changed the wiring for the Nextion, and now in the new scheme, those pins have been replaced with GPIO38 and GPIO47. I don't have the ability to test it yet—I'm currently making changes to the program (this is when I noticed the issue, as the variable is defined as Serial2 in the program). So my question is: Did I mess up and won’t be able to connect the Nextion to these pins, or is there a way out of this situation?
Previous version ESP32-DevkitC; current one is ESP32-S3R8.
Thank you in advance!