You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
No description provided.
The text was updated successfully, but these errors were encountered: