Add alternative a7.31 loader detection

This commit is contained in:
prpr 2023-03-10 00:18:35 +00:00
parent 7a00ea84ed
commit 640e81bda0
1 changed files with 1 additions and 0 deletions

View File

@ -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" }