Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Protocol: switched files to C++ and did minor fixes. | 2019-05-22 | 1 | -25/+25 | |
| | | | | | The code has a chance to compile now. No changes to actual build files yet. | ||||
* | Protocol: moved udp code out of main. | 2019-05-21 | 1 | -0/+25 | |
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> |