esp-protocols icon indicating copy to clipboard operation
esp-protocols copied to clipboard

Kconfig in modem_example limits the UART pins till 31 - should be higher to support s3 (IDFGH-12700)

Open anujdeshpande opened this issue 2 months ago • 1 comments

Answers checklist.

  • [X] I have read the documentation for esp-protocols components and the issue is not addressed there.
  • [X] I have updated my esp-protocols branch (master or release) to the latest version and checked that the issue is present there.
  • [X] I have searched the issue tracker for a similar issue and not found a similar issue.

General issue report

Working on getting elecrow's 7 inch RGB panel working with a ec200u modem. The pins for the UART connector are connected to IO 43/44. The range should be higher than 31 (upto 48) in case you want to support esp32s3 as well, I think.

https://github.com/espressif/esp-protocols/blob/master/components/esp_modem/examples/modem_console/main/Kconfig.projbuild#L103

anujdeshpande avatar Apr 25 '24 03:04 anujdeshpande