From b4855908d867e86de77dbda29a39a625111249ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ram=C5=ABnas=20Ma=C5=BEeikis?= Date: Tue, 28 May 2019 21:42:53 +0300 Subject: Screen: very shoddy implementation of message code. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ramūnas Mažeikis --- src/device/main.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/device/main.ino') 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)); -- cgit v1.2.3