Page 1 of 1

Write a value to a table via UDP

Posted: Fri Feb 05, 2021 1:30 am
by alains
I have a Table 'MyTable' and I want to write a value V for a name 'Temp' via UDP
I tried
Udp.write(MyTable.SendData(F("Temp"),V);
with no success..
Need help.