Closed Jirka5091 closed 11 months ago
hey, the partition table specifies a flash size of 16MB since you have a 4MB flash storage this will not work. with all the websites that are included in the flash memory you will not get below 4MB even if you change the partition table. should I make you a "light" version with less websites (captive portals) or is this explanation enough for you to implement it yourself?
Thank you so much, now I understand. If it wouldn't be too much hustle for you I will be glad for the lighter version, but only as long as its okay for you.
In fact I don't think that I need the website at all.
can I just remove this portion of code? In htool_api.c
`void htool_api_start_captive_portal(uint8_t cp_index) {
captive_portal_task_args.is_evil_twin = false;
captive_portal_task_args.cp_index = cp_index;
htool_wifi_captive_portal_start();
}`
can I just remove this portion of code? In htool_api.c
`void htool_api_start_captive_portal(uint8_t cp_index) { captive_portal_task_args.is_evil_twin = false; captive_portal_task_args.cp_index = cp_index; htool_wifi_captive_portal_start(); }`
did you get it to work? i have the 4mb version also
Hey, my apologies for the delayed reply, however, I'm excited to share some great news with you. I've successfully developed a Terminal version of the hacking tool. It's now compatible with any ESP device that has at least 4MB of flash memory, ensuring all features remain fully functional and accessible. Looking forward to your feedback!
After I flash the code as instructed it looks like there are no errors, but the screen on esp is black and nothing is happening. Btw I have the 4 mb one
I will be glad for any help.
This is the serial output: