Skip to content

1.1

Compare
Choose a tag to compare
@CelliesProjects CelliesProjects released this 10 Jun 14:30
· 11 commits to master since this release
06c6271

Pre-compiled binaries how-to:

Flash the pre-compiled esp32-ps4-jailbreak.ino.esp32.bin file to 0x00010000.

Use this command to flash the binary to an esp32 with a default partition table:

~/Arduino/hardware/espressif/esp32/tools/esptool.py --chip esp32 --port /dev/ttyUSB0 --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m 0x10000 esp32-ps4-jailbreak.ino.esp32.bin