Commit Graph
191 Commits
Author SHA1 Message Date
Just Call Me Koko cf2d5df4d5 Generate SSIDs #44 2020-08-29 00:09:04 -04:00
Just Call Me Koko c8cddedd2b Add icons for shutdown 2020-08-28 20:56:28 -04:00
Just Call Me Koko 2f023a6dbe Shutdown BLE menu 2020-08-28 18:38:05 -04:00
Just Call Me Koko 7c137a84af Added shutdown wifi menu 2020-08-28 17:19:13 -04:00
Just Call Me Koko ece6b63de4 Menus #55, #54, #53, #52 2020-08-28 16:06:40 -04:00
Just Call Me Koko a327c75727 Add general menu items back 2020-08-28 15:43:33 -04:00
Just Call Me Koko 018198d51b Fix BLE initialization 2020-08-28 15:42:32 -04:00
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 79cdb806f1 Revert "Stupid"
This reverts commit dead80e2f3.
2020-08-27 20:03:21 -04:00
Just Call Me Koko 9f07bc4843 Revert "Revert "Add icons to README.md because they are cool""
This reverts commit b3e98b64ce.
2020-08-27 20:02:46 -04:00
Just Call Me Koko b3e98b64ce Revert "Add icons to README.md because they are cool"
This reverts commit c7cf1e09f7.
2020-08-27 20:00:18 -04:00
Just Call Me Koko dead80e2f3 Stupid 2020-08-27 19:57:52 -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
Just Call Me KokoandGitHub c7cf1e09f7 Add icons to README.md because they are cool 2020-08-25 08:01:55 -04:00
Just Call Me Koko f623880772 Release v0.7.0 v0.7.0 2020-08-19 20:43:03 -04:00
Just Call Me Koko ec3ca6d0ad Update Display.h 2020-08-10 16:50:37 -04:00
Just Call Me KokoandGitHub 59b143fb3e Install NimBLE 2020-08-06 09:12:53 -04:00
Just Call Me Koko c5136b5d2e Use NimBLE 2020-08-05 20:03:23 -04:00
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 a98be0d435 Release v0.6.9
-Fix draw app with smoother lines
-Exit function draw app
v0.6.9
2020-08-03 18:34:10 -04:00
Just Call Me Koko da43c8b369 Add exit function to draw app 2020-07-22 21:24:50 -04:00
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 KokoandGitHub bbc10e4452 Add travis badge to README 2020-07-20 07:19:05 -04:00
tobozoandGitHub f05776ba45 Working Travis config for ESP32Marauder (#28)
* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml
2020-07-19 13:21:34 -04:00
JoshinkenandGitHub 20694f593a Update Display.cpp (#27)
I THINK I FIGURED OUT WHAT IM DOING
2020-07-18 11:30:53 -04:00
Just Call Me Koko 140451b47c Release v0.6.8 v0.6.8 2020-07-15 12:23:01 -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 KokoandGitHub e79db36906 Update README.md 2020-06-24 09:39:58 -04:00
Just Call Me KokoandGitHub d9d25b0010 Update README.md 2020-06-22 11:13:54 -04:00
Just Call Me KokoandGitHub 8a18e55bb7 Add files via upload 2020-06-22 11:09:34 -04:00
Just Call Me KokoandGitHub 1c86a71704 Add files via upload 2020-06-22 10:18:16 -04:00
Just Call Me Koko f7db1ea401 Update Web.cpp 2020-06-19 14:33:50 -04:00
Just Call Me KokoandGitHub bdc209d489 Update README.md 2020-06-18 19:49:51 -04:00
Just Call Me Koko cc891457ce Update LED 2020-06-18 19:47:42 -04:00
Just Call Me Koko 6c3a0d30b7 Delete BOM_ESP32 Marauder 2_20191007113632.csv 2020-06-10 17:35:34 -04:00
Just Call Me Koko 12182af21c Add cartel photos 2020-06-10 17:29:56 -04:00
Just Call Me Koko c9c6bbf971 Update WiFiScan.cpp 2020-06-03 18:00:00 -04:00
Just Call Me Koko 7391a05c8a Add photos of Marauder v6 2020-06-03 17:54:26 -04:00
Just Call Me KokoandGitHub dd6f800b48 Update README.md 2020-05-29 16:43:10 -04:00
Just Call Me Koko 6f2c2862f6 Add pwnagotchi detector v0.6.6 2020-05-28 23:20:21 -04:00
Just Call Me Koko fa4d3bf3e2 Fix status bar v0.6.5 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 1612ac4bf0 Add Neopixel support 2020-04-23 19:23:00 -04:00