Recent content by mcPickleRick

  1. M

    V1 Unpatched Switch ESP32-S3 payload injector

    kids are very excited and the labor went well, wife is recovering quickly (when you dont let the doctors get too involved, things go pretty smooth!) thank you! and i appreciate the motivation to complete the challenge, im very much looking forward to it. just need some time to mess with it (if...
  2. M

    V1 Unpatched Switch ESP32-S3 payload injector

    baby no 5 arrived a little early, putting some of my plans on hold :) i am excited to look into this. also showed it to my son (12 y/o) and he loved it so i will probably have him mess with it a little to see if he can learn from it and make something cool. the amount of time i have to spend...
  3. M

    V1 Unpatched Switch ESP32-S3 payload injector

    ok, recompiled after resetting the board settings and now its working. thanks!
  4. M

    V1 Unpatched Switch ESP32-S3 payload injector

    redoing the board settings and recompiling to test again now
  5. M

    V1 Unpatched Switch ESP32-S3 payload injector

    i tested on the amoled, havent tested the tiny 8mb yet
  6. M

    V1 Unpatched Switch ESP32-S3 payload injector

    i tested it on 3.3.10 with the fix applied and it still worked fine but on 3.3.11 it still doesnt work
  7. M

    V1 Unpatched Switch ESP32-S3 payload injector

    so i just tried the popcorn firmware, this is pretty damn cool and i appreciate the personalization :) surprising how good the speaker is on this thing and the scrolling is pretty damn smooth (and the beat is top notch)
  8. M

    V1 Unpatched Switch ESP32-S3 payload injector

    this sounds cool, ill check it out (and please share the code when you have time). for flashing this, what tool do you normally use (esptool)? and i assume this gets flashed at memory address 0x0 correct? i did start messing with the screen a little but i need to dedicate some time to...
  9. M

    V1 Unpatched Switch ESP32-S3 payload injector

    not sure, im using vs code for editing the html/css but i will look into converting this as another learning opportunity. for this instance, i dont really care about the size of the exe but would still like to be able to produce smaller size exe files so i will popup an ubuntu vm and try your...
  10. M

    V1 Unpatched Switch ESP32-S3 payload injector

    thanks for that. i am still fairly new to this so i wasnt sure how the other minify app which had a much larger code base ended up being so much smaller when stripped. ill try this out!
  11. M

    V1 Unpatched Switch ESP32-S3 payload injector

    not disappointed at all. i was doing this on my spare time and i enjoy it and enjoy learning. the reason i put the sysinfo on a separate page was so i could have a link to it on each other page without having all the html/css/js that goes with it on every page. my minify program is in the...
  12. M

    V1 Unpatched Switch ESP32-S3 payload injector

    i havent had time to work on this over the weekend with school having started (4 kids and one more due any day now) but i appreciate all youve done here and will review when i have time. I didnt want to throw everything into AI as this has been a big learning opportunity for me. the minify...
  13. M

    V1 Unpatched Switch ESP32-S3 payload injector

    yeah after you mentioned it i turned on ftp to test it. im making progress faster because i can test small changes quickly now, thanks! 1788035361 I figured out how to add new pages, so i added a system information page and removed the system information modal from the Payload Manager page (the...
  14. M

    V1 Unpatched Switch ESP32-S3 payload injector

    damn, this is so much faster for testing. not sure why it didnt cross my mind
  15. M

    V1 Unpatched Switch ESP32-S3 payload injector

    i hadnt tested the ESP.reset() but i know for sure that the ESP.restart() loads the newly uploaded firmware right away without issue from the web interface. the esp_deep_sleep(1) works fine for the wifi on the config page. the only spot i changed it was for the firmware updates because it seems...