Dear Alex!
When I try to compile simple-tcp-MqttBroker.ino from the examples in your library in the platformio, the compiler produces:
.pio/libdeps/rymcu-esp32-devkitc/RPAsyncTCP/src/RPAsyncTCP.cpp: In member function 'bool AsyncClient::connect(IPAddress, uint16_t)':
.pio/libdeps/rymcu-esp32-devkitc/RPAsyncTCP/src/RPAsyncTCP.cpp:231:8: error: 'ip_addr_t' {aka 'struct ip_addr'} has no member named 'addr'; did you mean 'u_addr'?
addr.addr = ip;
^~~~
u_addr
I don't understand how I can solve the problem.
Thank you!
Dear Alex!
When I try to compile simple-tcp-MqttBroker.ino from the examples in your library in the platformio, the compiler produces:
.pio/libdeps/rymcu-esp32-devkitc/RPAsyncTCP/src/RPAsyncTCP.cpp: In member function 'bool AsyncClient::connect(IPAddress, uint16_t)':
.pio/libdeps/rymcu-esp32-devkitc/RPAsyncTCP/src/RPAsyncTCP.cpp:231:8: error: 'ip_addr_t' {aka 'struct ip_addr'} has no member named 'addr'; did you mean 'u_addr'?
addr.addr = ip;
^~~~
u_addr
I don't understand how I can solve the problem.
Thank you!