Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #308

Merged
merged 81 commits into from
Aug 1, 2023
Merged

Develop #308

merged 81 commits into from
Aug 1, 2023

Commits on Jun 9, 2023

  1. Update .gitmodules

    fix gitmodule sources, for some reason did not want to properly clone submodules...
    tracedgod authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    ccdb844 View commit details
    Browse the repository at this point in the history
  2. Update .gitignore

    ignore vscode settings.json
    tracedgod committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    a98e455 View commit details
    Browse the repository at this point in the history
  3. Add XIAO-ESP32-S3 Board Support (WIP)

    looking to cleanup certain things with config to allow easier customization of the build when used with the flipper zero
    tracedgod committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    8934160 View commit details
    Browse the repository at this point in the history
  4. fix typo for XiaoLED

    tracedgod committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    3dcce51 View commit details
    Browse the repository at this point in the history
  5. Update xiaoLED.h

    tracedgod committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    462f248 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2023

  1. Refactor Code + XIAO-ESP32-S3 Support

    Refactoring / pre-processor optimizations to only include files if specified in the `configs.h` file.
    
    Also adds support for the XIAO-ESP32-S3 small board from Seeed Studio.
    tracedgod committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    bf0288f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    355b159 View commit details
    Browse the repository at this point in the history
  3. Add XIAO-ESP32-S3 Board Support (WIP)

    looking to cleanup certain things with config to allow easier customization of the build when used with the flipper zero
    tracedgod committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    f334976 View commit details
    Browse the repository at this point in the history
  4. fix typo for XiaoLED

    tracedgod committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    fe5578a View commit details
    Browse the repository at this point in the history
  5. Update xiaoLED.h

    tracedgod committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    56e87a5 View commit details
    Browse the repository at this point in the history
  6. Refactor Code + XIAO-ESP32-S3 Support

    Refactoring / pre-processor optimizations to only include files if specified in the `configs.h` file.
    
    Also adds support for the XIAO-ESP32-S3 small board from Seeed Studio.
    tracedgod committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    9c51a56 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8bf1402 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Configuration menu
    Copy the full SHA
    810c898 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Merge pull request #287 from justcallmekoko/master

    Merge pull request #286 from justcallmekoko/develop
    justcallmekoko authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    38a8727 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #280 from tracedgod/develop

    Refactor configs.h & others
    justcallmekoko authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    a0acd10 View commit details
    Browse the repository at this point in the history
  3. Add missing semi

    justcallmekoko authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    d8c960d View commit details
    Browse the repository at this point in the history
  4. Add missing semi

    justcallmekoko authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    2d2d83e View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Configuration menu
    Copy the full SHA
    5e77bb6 View commit details
    Browse the repository at this point in the history
  2. Fix button macros

    justcallmekoko committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    ea1b54c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    121dfbf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1fca730 View commit details
    Browse the repository at this point in the history
  5. Fix NeoPixel for all Marauder Boards

    All Marauder Boards use NeoPixel.
    tracedgod committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    a7cf003 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. NeoPixel for M5StickC

    tracedgod committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    5886bd9 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Merge pull request #297 from tracedgod/tracedgod

    Fix Actions not building on branch 'tracedgod'
    justcallmekoko authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    c4fa30b View commit details
    Browse the repository at this point in the history
  2. Fix neopixel defs

    justcallmekoko committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    ec0cc67 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Try to fix memory leak

    justcallmekoko committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    f854a30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50e99a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76f8ceb View commit details
    Browse the repository at this point in the history
  4. Point to flipper

    justcallmekoko committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    26115b0 View commit details
    Browse the repository at this point in the history
  5. Add evil portal libs

    justcallmekoko committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    adb38dd View commit details
    Browse the repository at this point in the history
  6. Use my fork

    justcallmekoko committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    e936cdb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a51db0d View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Fix evil portal

    justcallmekoko committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    2685de8 View commit details
    Browse the repository at this point in the history
  2. Save evil portal logs

    justcallmekoko committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    6f1db91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a34319 View commit details
    Browse the repository at this point in the history
  4. Move this stage

    justcallmekoko committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    ee5361b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8c3772c View commit details
    Browse the repository at this point in the history
  6. Remove new libraries

    justcallmekoko committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    ae6cf3a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f00afa1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    92adabb View commit details
    Browse the repository at this point in the history
  9. Revert version

    Whoever changed this shit outside of my repo and fucked this whole thing up can go fuck themselves
    justcallmekoko committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    8a7ae55 View commit details
    Browse the repository at this point in the history
  10. Fine...fucking use v2.0.10

    This had better not break deauthentication capability or I'm going to shit myself.
    justcallmekoko committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    8a7648a View commit details
    Browse the repository at this point in the history
  11. Uncomment new libs

    justcallmekoko committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    1917089 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    1de9dd7 View commit details
    Browse the repository at this point in the history
  2. Fix LinkedList ref

    justcallmekoko committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    f73fe5f View commit details
    Browse the repository at this point in the history
  3. Fix drawCentreString

    justcallmekoko committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    11faa91 View commit details
    Browse the repository at this point in the history
  4. Spelling

    justcallmekoko committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    0ddc563 View commit details
    Browse the repository at this point in the history
  5. Fix LED macros

    justcallmekoko committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    bcdc705 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    304cecf View commit details
    Browse the repository at this point in the history
  7. Fix app space issues

    justcallmekoko committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    b340391 View commit details
    Browse the repository at this point in the history
  8. Add limit check

    justcallmekoko committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    11d8e95 View commit details
    Browse the repository at this point in the history
  9. Force the use of 2.0.3

    justcallmekoko committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    8f4aa01 View commit details
    Browse the repository at this point in the history
  10. Remove OTA compilation

    justcallmekoko committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    6104aea View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d7ac61f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5f20e18 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f4b8d82 View commit details
    Browse the repository at this point in the history
  14. 1 Configuration menu
    Copy the full SHA
    d6f9709 View commit details
    Browse the repository at this point in the history
  15. stuff

    justcallmekoko committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    28f674c View commit details
    Browse the repository at this point in the history
  16. Do another I guess

    justcallmekoko committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    68e370c View commit details
    Browse the repository at this point in the history
  17. Add some directories

    justcallmekoko committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    9900109 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f1e4e9e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    05980c4 View commit details
    Browse the repository at this point in the history
  20. Remove espressif macs

    justcallmekoko committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    0de13bf View commit details
    Browse the repository at this point in the history
  21. Switch back to flipper

    justcallmekoko committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    61e63ae View commit details
    Browse the repository at this point in the history
  22. Revert HTML limit

    justcallmekoko committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    eb1aeaa View commit details
    Browse the repository at this point in the history
  23. Reduce memory a bit

    justcallmekoko committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    3f5aecb View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    f30d881 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    76526c3 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    433c492 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    81b04db View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Display things

    justcallmekoko committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    71266ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa11a04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b9f5c8 View commit details
    Browse the repository at this point in the history
  4. Switch to flipper

    justcallmekoko committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    3dfc651 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5a885fb View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Adjust verbiage

    justcallmekoko committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    dd998ce View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Remove memory "fix"

    justcallmekoko committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    ada170f View commit details
    Browse the repository at this point in the history
  2. Update version number

    justcallmekoko committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    70b0601 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    105a23b View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Fix sigstren monitor

    justcallmekoko committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    89d731b View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    816e620 View commit details
    Browse the repository at this point in the history