Commit Graph

201 Commits

Author SHA1 Message Date
Just Call Me Koko
0f4a94134e Track initialization 2020-08-28 15:40:55 -04:00
Just Call Me Koko
a1dd40a928 Add Join WiFi 2020-08-27 23:22:35 -04:00
Just Call Me Koko
d32388eb2f Add LVGL keyboard 2020-08-27 22:41:39 -04:00
Just Call Me Koko
9ee434ae7f Fixes
Fix wifi shutdown
Fix eapolScan
Fix font size
Fix strings
Fix for loops
2020-08-27 20:43:29 -04:00
Just Call Me Koko
2572b83701 Revert "Cleanup SD stuff"
This reverts commit f86b5a4df0.
2020-08-27 20:03:33 -04:00
Just Call Me Koko
d914ebd7c0 Revert "SD changes more"
This reverts commit 7db2d0e05d.
2020-08-27 20:03:30 -04:00
Just Call Me Koko
7db2d0e05d SD changes more 2020-08-27 19:47:25 -04:00
Just Call Me Koko
f86b5a4df0 Cleanup SD stuff 2020-08-26 17:06:36 -04:00
Joshinken
ba05c388b1 maybe? (#38)
* Update Display.cpp

I THINK I FIGURED OUT WHAT IM DOING

* Add files via upload

* Update esp32_marauder.ino

* Update MenuFunctions.cpp

* Update MenuFunctions.h

* Update MenuFunctions.cpp

* Update README.md

* Update README.md

* Update MenuFunctions.cpp

* Update MenuFunctions.h

* Update MenuFunctions.h

* Add files via upload

* Update esp32_marauder.ino

* Update README.md

* Update Display.cpp

moved the float "wd", as the draw function would continously change it, which resulted in those weird effects when trying to draw different thicknesses

* Update MenuFunctions.cpp

* Update Display.cpp

made it so the drawing code doesnt need to draw every pixel individually and made it so it can handle higher thiccnesses... at all. it did not handly thicknesses above 2 with any kind of grace

* Update Display.cpp

removed unneccessary variable changes, just realized i kept making certain variables be a certain value over and over

* Fix screen change battery percentage

* restore TFT touch data

* Delete MenuFunctions.cpp

* Update README.md

fixed a typo, missing period to be exact

* Update README.md

Co-authored-by: Just Call Me Koko <25190487+justcallmekoko@users.noreply.github.com>
2020-08-05 07:31:05 -04:00
Just Call Me Koko
da43c8b369 Add exit function to draw app 2020-07-22 21:24:50 -04:00
Joshinken
7a5134bb86 nye³ (#35)
* Update Display.cpp

I THINK I FIGURED OUT WHAT IM DOING

* Add files via upload

* Update esp32_marauder.ino

* Update MenuFunctions.cpp

* Update MenuFunctions.h

* Update MenuFunctions.cpp

* Update README.md

* Update README.md

* Update MenuFunctions.cpp

* Update MenuFunctions.h

* Update MenuFunctions.h

* Add files via upload

* Update esp32_marauder.ino

* Update README.md

* Update Display.cpp

moved the float "wd", as the draw function would continously change it, which resulted in those weird effects when trying to draw different thicknesses

* Update MenuFunctions.cpp

* Update Display.cpp

made it so the drawing code doesnt need to draw every pixel individually and made it so it can handle higher thiccnesses... at all. it did not handly thicknesses above 2 with any kind of grace

* Update Display.cpp

removed unneccessary variable changes, just realized i kept making certain variables be a certain value over and over

* Fix screen change battery percentage

* restore TFT touch data

Co-authored-by: Just Call Me Koko <25190487+justcallmekoko@users.noreply.github.com>
2020-07-21 17:45:20 -04:00
Just Call Me Koko
6490a12b30 Update status bar 2020-07-09 20:29:26 -04:00
Just Call Me Koko
1a4136137d Add detect espressif devices 2020-07-02 19:05:06 -04:00
Just Call Me Koko
6f2c2862f6 Add pwnagotchi detector 2020-05-28 23:20:21 -04:00
Just Call Me Koko
fa4d3bf3e2 Fix status bar 2020-05-14 22:34:25 -04:00
Just Call Me Koko
bf9baee37b Add status bar 2020-05-14 15:15:07 -04:00
Just Call Me Koko
9e07722292 Add compatibility with hcxtools 2020-03-24 00:02:30 -04:00
Just Call Me Koko
3ce996d9e2 Add EAPOL sniff
There were a lot of stupid issues caused by the battery interface code. Got rid of it and I will not be adding any code to make it work. Fuck that shit.
2020-03-21 21:31:14 -04:00
Just Call Me Koko
96957a2cc1 Revert Changes 2020-03-21 20:20:52 -04:00
Just Call Me Koko
ca4048983f stuff 2020-03-21 20:20:25 -04:00
Just Call Me Koko
40e11b71f0 Capture EAPOL packets 2020-03-21 18:54:14 -04:00
Just Call Me Koko
2039e517af Exit if SD update fails 2020-03-11 20:53:37 -04:00
Just Call Me Koko
9ed469d914 Add SD Update 2020-03-09 20:37:45 -04:00
Just Call Me Koko
7abc67242b Add finger drag on buttons 2020-03-08 03:07:34 -04:00
Just Call Me Koko
7a8cf2aa50 Clean up after BLE and OTA 2020-03-07 23:24:25 -05:00
Just Call Me Koko
5b24257fb8 Add initial SD support 2020-03-04 21:34:16 -05:00
Just Call Me Koko
1f980fe8b3 Add device info 2020-02-09 23:18:06 -05:00
Just Call Me Koko
1317276556 Fix assets 2020-02-05 22:39:02 -05:00
Just Call Me Koko
e8e1686918 Fix crash during packet sniff
Replace SimpleList with LinkedList
2020-02-04 18:29:47 -05:00
Just Call Me Koko
8916178526 Testing forked TFT_eSPI library 2020-02-03 17:22:28 -05:00
Just Call Me Koko
07424baf64 Test drawButton 2020-02-01 13:59:12 -05:00
Just Call Me Koko
48e0d08477 Merge branch 'master' of https://github.com/justcallmekoko/ESP32Marauder 2020-02-01 13:50:31 -05:00
Just Call Me Koko
d7cdbbfd8d Employ new drawButton function 2020-02-01 13:50:29 -05:00
Just Call Me Koko
9e3f85dd51 Update MenuFunctions.cpp 2020-01-31 07:58:18 -05:00
Just Call Me Koko
f3d3a099b7 Update display during OTA web update 2020-01-30 21:51:36 -05:00
Just Call Me Koko
9af90a2346 Add web firmware update 2020-01-30 19:35:32 -05:00
Just Call Me Koko
8d0f8937a8 Updated menu icons
Some icons were not created yet so they just used the ATTACKS icon as a place holder
2020-01-29 21:16:10 -05:00
Just Call Me Koko
6e89d0b1a0 Added menu icons 2020-01-29 20:02:14 -05:00
Just Call Me Koko
4d4eed809d Added menu icons 2020-01-29 19:08:19 -05:00
Just Call Me Koko
0a4bb9c2b8 Added packet monitor 2020-01-24 23:11:45 -05:00
Just Call Me Koko
22dc0ff396 Scrolling text 2020-01-19 12:25:49 -05:00
Just Call Me Koko
7b2b1b2fe9 Created deauth sniff 2020-01-17 17:37:25 -05:00
Just Call Me Koko
41c6dd4457 Added draw function 2020-01-11 21:08:42 -05:00
Just Call Me Koko
4882016e03 Added rick roll 2019-12-14 15:52:31 -05:00
Just Call Me Koko
60a901475c Fixed ghost menu options 2019-11-25 16:07:07 -05:00
Just Call Me Koko
7763c859f3 Created Beacon Spam Random 2019-11-24 20:56:37 -05:00
Just Call Me Koko
b04c63b445 Some more stuff 2019-10-17 18:33:13 -04:00
Just Call Me Koko
60715eda42 Added "Touch screen to exit" 2019-10-17 18:15:19 -04:00
Just Call Me Koko
ad3f491002 Updated Menu structure 2019-10-16 21:38:13 -04:00
Just Call Me Koko
4f6fb8d430 Updated colors 2019-10-15 21:09:07 -04:00