I am sending temperature data to a central server for a home monitoring project i'm working on (and everyone else it seems )
I notices something strange in wireshark...
When the ESP sends a float, it send the 2 first digits in one packet, then the '.' and the 2 last digits are all in separate packets. When I send the same data as a string, they all get sent in one packet. Strange!