Write a value to a table via UDP

Support forum for MegunoLink
Post Reply
alains
Posts: 17
Joined: Mon Oct 24, 2016 5:44 pm

Fri Feb 05, 2021 1:30 am

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.
Post Reply