Open vgahlaut opened 11 months ago
Was previously mentioned in https://github.com/esp8266/Arduino/issues/8920#issuecomment-1539965172 You could follow the comment suggestion and delete the conflicting typedef line from espconn.h
I wonder if we should just rename dns_found_callback
inside of espconn.h
to something like espconn_dns_found_callback
(assuming espconn actually still works)
Basic Infos
Platform
Settings in IDE
Problem Description
Detailed problem description goes here.
If we include sdk espconn.h in our code. It gets conflicting type of dns_found_callback during compilation. Compilation error and sketch are provided to reproduce problem.
Request you to please suggest some workaround to get over this issue.
MCVE Sketch
Debug Messages