summaryrefslogtreecommitdiffstats
path: root/include/udp.h
Commit message (Collapse)AuthorAgeFilesLines
* Protocol: moved udp code out of main.Gravatar Ramūnas Mažeikis 2019-05-211-0/+16
An effor was made to increase modularity of device code. It was a partial success. IP adress, communications port, and wifi login details had to be made static and visible in main. Time is scarce and I am not about to push this further. Signed-off-by: Ramūnas Mažeikis <ramunasnezinomas@gmail.com>