mirror of
https://github.com/RfidResearchGroup/ChameleonUltra.git
synced 2026-05-12 11:22:59 -07:00
Complete the adaptation of LITE version of hardware.
This commit is contained in:
@@ -9,12 +9,19 @@ import chameleon_cmd
|
||||
import colorama
|
||||
import chameleon_cli_unit
|
||||
|
||||
|
||||
ULTRA = r"""
|
||||
╦ ╦╦ ╔╦╗╦═╗╔═╗
|
||||
███████ ║ ║║ ║ ╠╦╝╠═╣
|
||||
╚═╝╩═╝╩ ╩╚═╩ ╩
|
||||
"""
|
||||
|
||||
LITE = r"""
|
||||
╦ ╦╔╦╗╔═╗
|
||||
███████ ║ ║ ║ ║╣
|
||||
╩═╝╩ ╩ ╚═╝
|
||||
"""
|
||||
|
||||
# create by http://patorjk.com/software/taag/#p=display&f=ANSI%20Shadow&t=Chameleon%20Ultra
|
||||
BANNER = f"""
|
||||
██████╗██╗ ██╗ █████╗ ███╗ ███╗███████╗██╗ ███████╗ ██████╗ ███╗ ██╗
|
||||
@@ -23,7 +30,7 @@ BANNER = f"""
|
||||
██║ ██╔══██║██╔══██║██║╚██╔╝██║██╔══╝ ██║ ██╔══╝ ██║ ██║██║╚██╗██║
|
||||
╚██████╗██║ ██║██║ ██║██║ ╚═╝ ██║███████╗███████╗███████╗╚██████╔╝██║ ╚████║
|
||||
╚═════╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚══════╝╚══════╝ ╚═════╝ ╚═╝ ╚═══╝
|
||||
{ULTRA}
|
||||
|
||||
"""
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user