Open warwick320 opened 4 days ago
Could you please state more information about what isn't working? Maybe try some debug statements in the serial to figure out if the flow is going to your liking. I don't really have experience with the OLED lib. Try asking chatgpt or copilot if you have it, as I am not responsible for fixing your code. Don't get me wrong, I'd always like to help, but saying 'fix it' is inappropriate in my opinion. Additionally, issues are there to point out issues in MY code and not yours.
I'm really sorry if I seemed rude. I'm still a student, and my English is not good yet. I truly didn't mean to offend you.
The problem I am having with my code is that after deauth_wifis.push_back(ScrollIndex); the code stops and does not work.
I apologize in advance if I said anything rude again.
No problem, still a student too :) Just been getting really tired of getting some weird issues, but I just saw that you have forked my repo which I'm very happy about. I'll look over your code in a couple hours. Have a nice day until then.
thank you
Hi! Are you able to tell at which line exactly the code stops working? Also, from what I have had issues in the past, if you do serial printouts, you should initialize the serial in advance. Maybe it helps to clear the deauth wifi vector too before you process the post data into it.
The line where the error occurs is line 896. The code stops at this line. Thanks for your reply
This is my SSD1306 OLED code, but it doesn't attack. What is the problem?