esp32-xbee icon indicating copy to clipboard operation
esp32-xbee copied to clipboard

Fixed wrong data types for several UART config items.

Open MichaelEFlip opened this issue 4 years ago • 4 comments

Using the wrong data type seems to load the default value instead of the stored value in NVS. The stored value in the web interface is instead displayed correctly as loaded through a different mechanism.

MichaelEFlip avatar Mar 19 '21 21:03 MichaelEFlip

Thanks @MichaelEFlip, this PR saved my day and my esp32 is finally working with non-standard uart pins! :partying_face:

sidddy avatar Mar 22 '23 21:03 sidddy

Thanks @MichaelEFlip, this PR saved my day and my esp32 is finally working with non-standard uart pins! 🥳

How did you do it? Even from pre release bins pin assigment doesn't work

incarvr6 avatar Feb 09 '24 14:02 incarvr6

You have to create a own binary / compile latest version including this pull request. Otherwise assignment of custom pins does not work.

MichaelEFlip avatar Feb 10 '24 14:02 MichaelEFlip

You have to create a own binary / compile latest version including this pull request. Otherwise assignment of custom pins does not work.

That is where I'm struggling to get my head around. I'm trying to do it with esp edf5.1, it gives errors Which version of esp idf you used? I tried several but getting error after error...

update: finally I found version that works ESP-IDF 4.1. I made a fork from your repository.

incarvr6 avatar Feb 11 '24 22:02 incarvr6