mirror of
https://github.com/dw-0/kiauh.git
synced 2025-12-30 03:03:37 +05:00
Compare commits
4 Commits
v6.0.0-alp
...
04938f2ada
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
04938f2ada | ||
|
|
b02df9a1e0 | ||
|
|
dbbc87f18e | ||
|
|
6a766f7882 |
@@ -118,7 +118,7 @@ class MoonrakerTelegramBot:
|
||||
)
|
||||
env_file_content = env_file_content.replace(
|
||||
"%CFG%",
|
||||
f"{self.base.cfg_dir}/printer.cfg",
|
||||
self.cfg_file.as_posix()
|
||||
)
|
||||
env_file_content = env_file_content.replace(
|
||||
"%LOG%",
|
||||
|
||||
@@ -358,6 +358,7 @@ function get_usb_id() {
|
||||
unset mcu_list
|
||||
sleep 1
|
||||
mcus=$(find /dev/serial/by-id/* 2>/dev/null)
|
||||
mcus+=" $(find /dev/serial/by-path/* 2>/dev/null)"
|
||||
|
||||
for mcu in ${mcus}; do
|
||||
mcu_list+=("${mcu}")
|
||||
|
||||
Reference in New Issue
Block a user