forked from hummypkg/webif
Add alternative a7.31 loader detection
This commit is contained in:
parent
7a00ea84ed
commit
640e81bda0
@ -211,6 +211,7 @@ proc {system loaderver} {} {{ver ""}} {
|
||||
set ver [switch $bytes {
|
||||
"\x04\x5f" { format "a7.30" }
|
||||
"\xec\xe5" { format "a7.31" }
|
||||
"\x01\x2d" { format "a7.31" }
|
||||
"\x59\x9d" { format "a7.33" }
|
||||
"\x72\x5c" { format "a7.34" }
|
||||
"\xe5\xe3" { format "L7.26" }
|
||||
|
Loading…
Reference in New Issue
Block a user