This commit is contained in:
abbie 2022-07-23 20:40:16 +01:00
parent 47736583c3
commit 0c62269846
No known key found for this signature in database
GPG key ID: A575D2415E5E5B6D

View file

@ -3,6 +3,7 @@ fn hex2text(hex: &str) -> &str {
match hhex.as_str() {
"00" => "AA",
"01" => "AB",
"02" => "BB",
"03" => "BC",
"04" => "CC",
"05" => "CD",