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

error: incompatible types when assigning to type 'int' from type 'ip4_addr_t {aka struct ip4_addr}' s_ip_addr = event->event_info.got_ip.ip_info.ip; #39

Open
haizi244798611 opened this issue May 23, 2020 · 5 comments

Comments

@haizi244798611
Copy link

No description provided.

@poaongithub
Copy link

same as mine, have you solved it? any help appreciates it. @haizi244798611 @donny681

@jalakamkiran
Copy link

Hey.. getting the same error. Any luck?

@umairahmadh
Copy link

@haizi244798611 @jalakamkiran Any luck? Getting the same with 4.0 legacy mode.

@umairahmadh
Copy link

Update:
Editing the
main/app_main.c file as,
//static esp_ip4_addr_t s_ip_addr;
static ip4_addr_t s_ip_addr;
helped the issue.
Thanks @shun-dgut for the tip

@ZRock0
Copy link

ZRock0 commented Mar 12, 2022

just delete

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

No branches or pull requests

5 participants