diff options
author | 2019-05-12 17:18:22 +0300 | |
---|---|---|
committer | 2019-05-12 17:40:31 +0300 | |
commit | 6246a3f7f7ac3d76f95b4296dea48f4e1b098888 (patch) | |
tree | ec38ed39c125c833db3acae4cc632f4c9b05e76a /src/device/meson.build | |
parent | d51604d94e66d400376091aa2a735a238bb74f20 (diff) | |
download | usurpation-6246a3f7f7ac3d76f95b4296dea48f4e1b098888.tar.gz usurpation-6246a3f7f7ac3d76f95b4296dea48f4e1b098888.tar.bz2 usurpation-6246a3f7f7ac3d76f95b4296dea48f4e1b098888.zip |
device: Device prints first meaningful data.
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 <ramunasnezinomas@gmail.com>
Diffstat (limited to 'src/device/meson.build')
-rw-r--r-- | src/device/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
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 |