1.1
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