donny681 / ESP32_CAMERA_QR

Apache License 2.0
628 stars 226 forks source link

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 4 years ago

poaongithub commented 4 years ago

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

jalakamkiran commented 3 years ago

Hey.. getting the same error. Any luck?

umairahmadh commented 3 years ago

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

umairahmadh commented 3 years ago

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 commented 2 years ago

just delete