mirror of
https://github.com/dw-0/kiauh.git
synced 2026-04-03 08:15:14 +05:00
Compare commits
3 Commits
1288c842ae
...
1cb920ec9a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1cb920ec9a | ||
|
|
bce92001a6 | ||
|
|
6a766f7882 |
@@ -358,6 +358,7 @@ function get_usb_id() {
|
|||||||
unset mcu_list
|
unset mcu_list
|
||||||
sleep 1
|
sleep 1
|
||||||
mcus=$(find /dev/serial/by-id/* 2>/dev/null)
|
mcus=$(find /dev/serial/by-id/* 2>/dev/null)
|
||||||
|
mcus+=" $(find /dev/serial/by-path/* 2>/dev/null)"
|
||||||
|
|
||||||
for mcu in ${mcus}; do
|
for mcu in ${mcus}; do
|
||||||
mcu_list+=("${mcu}")
|
mcu_list+=("${mcu}")
|
||||||
|
|||||||
@@ -89,7 +89,7 @@ function set_globals() {
|
|||||||
OCTOAPP_REPO="https://github.com/crysxd/OctoApp-Plugin.git"
|
OCTOAPP_REPO="https://github.com/crysxd/OctoApp-Plugin.git"
|
||||||
|
|
||||||
#=============== Spoolman ================#
|
#=============== Spoolman ================#
|
||||||
SPOOLMAN_DIR="${HOME}/spoolman"
|
SPOOLMAN_DIR="${HOME}/Spoolman"
|
||||||
SPOOLMAN_DB_DIR="${HOME}/.local/share/spoolman"
|
SPOOLMAN_DB_DIR="${HOME}/.local/share/spoolman"
|
||||||
SPOOLMAN_REPO="https://api.github.com/repos/Donkie/Spoolman/releases/latest"
|
SPOOLMAN_REPO="https://api.github.com/repos/Donkie/Spoolman/releases/latest"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user