Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed wrong data types for several UART config items. #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MichaelEFlip
Copy link

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.

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.
@sidddy
Copy link

sidddy commented Mar 22, 2023

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

@incarvr6
Copy link

incarvr6 commented Feb 9, 2024

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

@MichaelEFlip
Copy link
Author

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

@incarvr6
Copy link

incarvr6 commented Feb 11, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants