This commit is contained in:
fiplox 2023-01-13 16:24:23 +01:00
parent acf64b0547
commit b7bf8896a3
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ else
local handle = io.popen 'lsusb | grep -c Sofle' local handle = io.popen 'lsusb | grep -c Sofle'
local automap = handle:read '*n' local automap = handle:read '*n'
handle:close() handle:close()
if not automap then if automap == 1 then
MapDHM() MapDHM()
end end
end end