diff options
author | Karel Kočí <cynerd@email.cz> | 2018-09-13 00:17:08 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-09-13 00:17:08 +0200 |
commit | f92e15fbe52427e51260f60fe902da18ae85fd2a (patch) | |
tree | 3e1f3716c2db819b3b56e169471fb0ea8c69710c /bigclown-gateway/files/init | |
parent | 5b0c2421d6ca596154d03b8994680e58e52846c9 (diff) | |
download | openwrt-personal-pkgs-f92e15fbe52427e51260f60fe902da18ae85fd2a.tar.gz openwrt-personal-pkgs-f92e15fbe52427e51260f60fe902da18ae85fd2a.tar.bz2 openwrt-personal-pkgs-f92e15fbe52427e51260f60fe902da18ae85fd2a.zip |
bigclown-gateway: ok no device link
It seems to not work so just drop it.
Diffstat (limited to 'bigclown-gateway/files/init')
-rwxr-xr-x | bigclown-gateway/files/init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bigclown-gateway/files/init b/bigclown-gateway/files/init index 28f6e7e..090cc06 100755 --- a/bigclown-gateway/files/init +++ b/bigclown-gateway/files/init @@ -27,7 +27,7 @@ start_service() { append gateway name 'name:' usb-dongle # TODO add udev rules and use different default here - append gateway device 'device:' /dev/bcUD0 + append gateway device 'device:' /dev/ttyUSB0 append gateway automatic_rename_kit_nodes 'automatic_rename_kit_nodes:' 1 append gateway base_topic_prefix 'base_topic_prefix:' |