ESP32 UDP read data

The received data is an array of unit8_t's. If you want to recast the data this might work "String srogopdf = String(packet.data()); "

1 Like