From 6246a3f7f7ac3d76f95b4296dea48f4e1b098888 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ram=C5=ABnas=20Ma=C5=BEeikis?= Date: Sun, 12 May 2019 17:18:22 +0300 Subject: device: Device prints first meaningful data. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Device prints its own IP address and that of server daemon. This commit is part of ticket #28. Signed-off-by: Ramūnas Mažeikis --- src/device/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/device/meson.build') diff --git a/src/device/meson.build b/src/device/meson.build index 9435895..1635f7b 100644 --- a/src/device/meson.build +++ b/src/device/meson.build @@ -17,7 +17,7 @@ if get_option('fwbuild') cat = find_program('cat') cp = find_program('cp') - fw_filenames = ['main.ino'] + fw_filenames = ['main.ino', 'DejaVu_Sans_Mono_13.h'] fw_true_sources = files(fw_filenames) fw_filenames += oledlibnames fw_true_sources += oledlib -- cgit v1.2.3