fix: correct spelling of 'RNDIS' in modem_cfg.lua

This commit is contained in:
fujr 2025-04-05 14:41:49 +08:00
parent 70506f3c45
commit 1bdb6eee93

View File

@ -18,6 +18,6 @@ return {
mbim = "MBIM", mbim = "MBIM",
qmi = "QMI", qmi = "QMI",
ncm = "NCM", ncm = "NCM",
rndi = "RNDIS" rndis = "RNDIS"
} }
} }