Skip to content

Commit

Permalink
NAVQP-114: Change hostname to "navqplus" (2).
Browse files Browse the repository at this point in the history
  • Loading branch information
sposelenov committed Apr 7, 2023
1 parent 318ff59 commit dc85932
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion recipes-core/navq-files/files/usb_gadgets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function launch_mtp() {
cat /sys/devices/soc0/serial_number > strings/0x409/serialnumber

echo "VoxelBotics" > strings/0x409/manufacturer
echo "Navq+" > strings/0x409/product
echo "NavqPlus" > strings/0x409/product

echo "Conf 1" > configs/c.1/strings/0x409/configuration
echo 120 > configs/c.1/MaxPower
Expand Down
2 changes: 1 addition & 1 deletion recipes-core/navq-files/files/wireless.network
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ DHCP=yes
[DHCP]
ClientIdentifier=mac
SendHostname=True
Hostname=Navqplus
Hostname=navqplus
2 changes: 1 addition & 1 deletion recipes-extended/umtp-responder/files/umtprd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ manufacturer "VoxelBotics"

# Set the USB Product string

product "Navq+"
product "NavqPlus"

# Set the USB Serial number string

Expand Down
2 changes: 1 addition & 1 deletion recipes-navq/navq-wpa-supplicant/files/wireless.network
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ DHCP=yes
[DHCP]
ClientIdentifier=mac
SendHostname=True
Hostname=Navqplus
Hostname=navqplus
2 changes: 1 addition & 1 deletion recipes-navq/usb-gadgets/files/usb-gadget-mtp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ echo 0x1D6B > idVendor
cat /sys/devices/soc0/serial_number > strings/0x409/serialnumber

echo "VoxelBotics" > strings/0x409/manufacturer
echo "Navq+" > strings/0x409/product
echo "NavqPlus" > strings/0x409/product

echo "Conf 1" > configs/c.1/strings/0x409/configuration
echo 120 > configs/c.1/MaxPower
Expand Down

0 comments on commit dc85932

Please sign in to comment.