diff options
author | 2019-05-28 21:42:53 +0300 | |
---|---|---|
committer | 2019-05-28 21:42:53 +0300 | |
commit | b4855908d867e86de77dbda29a39a625111249ef (patch) | |
tree | 7431295051e2991562e41c6b645cebc747c91ee7 /src/device/main.ino | |
parent | 078a767c5a878fc5fb7b851a5a4b68590a78bca9 (diff) | |
download | usurpation-b4855908d867e86de77dbda29a39a625111249ef.tar.gz usurpation-b4855908d867e86de77dbda29a39a625111249ef.tar.bz2 usurpation-b4855908d867e86de77dbda29a39a625111249ef.zip |
Screen: very shoddy implementation of message code.
Signed-off-by: Ramūnas Mažeikis <ramunasnezinomas@gmail.com>
Diffstat (limited to 'src/device/main.ino')
-rw-r--r-- | src/device/main.ino | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/main.ino b/src/device/main.ino index d83f3e1..8f2c1a6 100644 --- a/src/device/main.ino +++ b/src/device/main.ino @@ -81,7 +81,7 @@ void loop(void) static unsigned int delta = 2000; /* sleep length to use (ms) */ delay(delta); - /* Initial display of ip's. */ + /* Initial display of ip's. */ if (progstate.ip_print_count > 0) { udp_init_packet(com_port); udp_push(clientmagic, sizeof(clientmagic)); |