mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
@ -9,7 +9,8 @@
|
|||||||
"qemu_binary": "qemu-aarch64-static",
|
"qemu_binary": "qemu-aarch64-static",
|
||||||
"output_filename": "../../pwnagotchi-{{user `pwn_version`}}-arm64.img",
|
"output_filename": "../../pwnagotchi-{{user `pwn_version`}}-arm64.img",
|
||||||
"qemu_args": [
|
"qemu_args": [
|
||||||
"-r", "6.1.21-v8+"
|
"-r", "6.1.21-v8+",
|
||||||
|
"-m", "4G"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
gym
|
gymnasium
|
||||||
shimmy
|
shimmy
|
||||||
pycryptodome
|
pycryptodome
|
||||||
requests
|
requests
|
||||||
@ -18,7 +18,6 @@ dbus-python
|
|||||||
toml
|
toml
|
||||||
python-dateutil
|
python-dateutil
|
||||||
websockets
|
websockets
|
||||||
torch
|
tensorflow
|
||||||
torchvision
|
|
||||||
stable_baselines3
|
stable_baselines3
|
||||||
RPi.GPIO
|
RPi.GPIO
|
||||||
|
Reference in New Issue
Block a user