diff options
author | Karel Kočí <cynerd@email.cz> | 2018-09-12 22:09:25 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-09-12 22:10:34 +0200 |
commit | ba6eb4bfe3ab05685ae1289b10b04c9bf8112e35 (patch) | |
tree | 418b0c4c4ab167ac9f41a99ed4913ab85a592e82 /bigclown-gateway/files/config | |
parent | dab9c4f6f89f4d1b8817375fdb30f0c2cf951989 (diff) | |
download | openwrt-personal-pkgs-ba6eb4bfe3ab05685ae1289b10b04c9bf8112e35.tar.gz openwrt-personal-pkgs-ba6eb4bfe3ab05685ae1289b10b04c9bf8112e35.tar.bz2 openwrt-personal-pkgs-ba6eb4bfe3ab05685ae1289b10b04c9bf8112e35.zip |
bigclown-gateway: Try to fix udev rule and change path
Diffstat (limited to 'bigclown-gateway/files/config')
-rw-r--r-- | bigclown-gateway/files/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bigclown-gateway/files/config b/bigclown-gateway/files/config index 7fa3977..d880476 100644 --- a/bigclown-gateway/files/config +++ b/bigclown-gateway/files/config @@ -1,7 +1,7 @@ config config 'gateway' option name 'usb-dongle' - option device '/dev/ttyUSB0' + option device '/dev/bcUD0' option automatic_rename_kit_nodes '1' config config 'mqtt' |