Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ESP32 Dnssd compile error (#18869)
../../../../../../config/esp32/third_party/connectedhomeip/src/platform/ESP32/DnssdImpl.cpp: In function 'CHIP_ERROR chip::Dnssd::OnResolveQuerySrvDone(chip::Dnssd::ResolveContext*)': ../../../../../../config/esp32/third_party/connectedhomeip/src/platform/ESP32/DnssdImpl.cpp:376:65: error: invalid types 'size_t {aka unsigned int}[size_t {aka unsigned int}]' for array subscript GetIPAddress(ctx->mAddressCount[addressIndex], addr);
- Loading branch information