how can write this with just 1 message?,
Udp.write("T4ONDE");
Udp.write((byte*)&valon, sizeof(valon));
Udp.write("UDT4ON");
as you can see i write string of chars 1, cast struct to bytes and write that, then i write the final string of chars. could this be done in just 1 Udp.write()?