Skip to content

Commit a43957b

Browse files
authored
chore(deb): change router to arduino-router
1 parent af52278 commit a43957b

File tree

26 files changed

+19
-19
lines changed

26 files changed

+19
-19
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

debian/router/etc/systemd/system/arduino-router.service renamed to debian/arduino-router/etc/systemd/system/arduino-router.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Requires=
77
[Service]
88
# Put the micro in a ready state.
99
ExecStartPre=-/usr/bin/gpioset -c /dev/gpiochip1 -t0 37=0
10-
ExecStart=/usr/bin/router --listen-port :8900 --unix-port /var/run/arduino-router.socket --serial-port /dev/ttyHS1 --serial-baudrate 115200
10+
ExecStart=/usr/bin/arduino-router --listen-port :8900 --unix-port /var/run/arduino-router.socket --serial-port /dev/ttyHS1 --serial-baudrate 115200
1111
# End the boot animation after the router is started.
1212
ExecStartPost=/usr/bin/gpioset -c /dev/gpiochip1 -t0 70=1
1313
StandardOutput=journal
File renamed without changes.

cmd/router/examples/generic_sock_client/main.go renamed to examples/generic_sock_client/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"os"
88
"strconv"
99

10-
"github.com/arduino/router/msgpackrpc"
10+
"github.com/arduino/arduino-router/msgpackrpc"
1111

1212
"github.com/arduino/go-paths-helper"
1313
)
File renamed without changes.

0 commit comments

Comments
 (0)