Recent content by Bratwoscht

  1. Bratwoscht

    V1 Unpatched Switch ESP32-S3 payload injector

    I am using an ESP32-S3 N16R8 (16MB flash). Thanks, this does the trick. I tried to debug why disconnect detection doesn’t work but couldn’t find the reason. When unplugging the device I see E (...) USBH: Dev 1 EP 0 Error in the serial monitor, but usb_event_cb is not called at all. My USB...
  2. Bratwoscht

    V1 Unpatched Switch ESP32-S3 payload injector

    I tried it and it worked right away. Awesome! I’ve been looking for something like this for a while, and it’s pure coincidence that I stumbled across your solution today. At first I had a bit of trouble creating the partition correctly and uploading the payload to the ESP32, but after that...