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

feat(hardware): Add support for board Seeed Studio XIAO ESP32S3 Sense #155

Merged
merged 154 commits into from
Apr 19, 2024

Commits on Oct 24, 2023

  1. feat(REST API): Add more content to '/info' (JSON+HTML)

    feat(webui): Add more content to system info page
    refactor(REST API): Provide content of '/heap' as JSON + HTML
    refactor(REST API)!: Remove handler starttime (use /info?type=DeviceStartTime)
    refactor(REST API)!: Remove handler uptime  (use /info?type=Uptime)
    refactor(REST API)!: Remove handler rssi (use /info?type=Uptime)
    refactor(REST API)!: Remove handler rssi (use '/info?type=WlanRSSI')
    refactor(REST API)!: Remove handler cputemp (use '/info?type=ChipTemp')
    refactor(REST API)!: Remove handler sysinfo (use '/info' + '/heap')
    refactor(REST API): Align time format (ISO)
    Slider0007 committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    dadb91c View commit details
    Browse the repository at this point in the history
  2. Renaming

    Slider0007 committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    9025882 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    8a1e0e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77317db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b85bc44 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6bc4780 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e2ff146 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    847014b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    040b9d1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    77453ea View commit details
    Browse the repository at this point in the history
  9. Renaming

    Slider0007 committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    c7b532f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    44ea798 View commit details
    Browse the repository at this point in the history
  11. info.html: Small fixes

    Slider0007 committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    f1f2a85 View commit details
    Browse the repository at this point in the history
  12. Update text

    Slider0007 committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    eabf4be View commit details
    Browse the repository at this point in the history
  13. Add 'processing interval' to '/info'

    Add 'datalogging sdcard' to '/info'
    Slider0007 committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    ba55a3f View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Update

    Slider0007 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    0ed9a02 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

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

Commits on Nov 3, 2023

  1. Update

    Slider0007 committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    96cb9b2 View commit details
    Browse the repository at this point in the history
  2. refactor(REST API): Align 'process_data' names

    feat(REST API): Add legacy API by query parameter 'type'
    refactor(REST API): Remove chip temp from 'overview' page. It's accessable from 'system' -> 'info' page
    Slider0007 committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    f946643 View commit details
    Browse the repository at this point in the history
  3. Update

    Slider0007 committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    ebf4e5b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b234c71 View commit details
    Browse the repository at this point in the history
  5. refactor(REST API): Remove handler /statusflow

    Use '/process_data?type=ProcessState'
    Slider0007 committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    5f1c357 View commit details
    Browse the repository at this point in the history
  6. refactor(REST API): remove handler 'process_error'

    Use '/process_data?type=ProcessError
    Slider0007 committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    b4378d5 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. refactor(REST API): Merge camera APIs

    Keeping same functionality, but with reduced APIs to save some RAM
    Slider0007 committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    507facb View commit details
    Browse the repository at this point in the history
  2. refactor(REST API): Merge log-/datafile APIs

    Keeping same functionality, but with reduced APIs to save RAM
    Slider0007 committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    670499b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae26717 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e52762f View commit details
    Browse the repository at this point in the history
  5. refactor(REST API): Merge and remove /json

    Use /process_data API instead
    
    refactor(REST API): Merge parts of /value to /process_data
    Use /process_data API instead
    
    refactor(REST API): Rename remaining function of /value to /recognition_details
    Slider0007 committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    defe4af View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3a12c50 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d7f2d6e View commit details
    Browse the repository at this point in the history
  8. Update text

    Slider0007 committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    8992609 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5d7bae6 View commit details
    Browse the repository at this point in the history
  10. Fix merge error

    Slider0007 committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    868b196 View commit details
    Browse the repository at this point in the history
  11. Update texts

    Slider0007 committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    1417dc7 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. refactor(REST API): Merge /heap into /info

    Use '/info' handler to retrieve heap info
    Slider0007 committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    f4701c8 View commit details
    Browse the repository at this point in the history
  2. refactor(REST API): Rename /flow_start to /cycle_start

    --> Functionality kept the same
    Slider0007 committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    648a147 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    006709c View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Update debug texts

    Slider0007 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    85ad4b9 View commit details
    Browse the repository at this point in the history
  2. Rename texts

    Slider0007 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    04cd6f0 View commit details
    Browse the repository at this point in the history
  3. refactor(REST API): '/set_fallbackvalue': Rename query parameter

    Rename query parameter 'numbers' to 'sequence' (e.g. /set_fallbackvalue?sequence=main)
    Slider0007 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    8c2cf65 View commit details
    Browse the repository at this point in the history
  4. Update

    Slider0007 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    a3c9b02 View commit details
    Browse the repository at this point in the history
  5. Update

    Slider0007 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    03ca5ea View commit details
    Browse the repository at this point in the history
  6. Update typo

    Slider0007 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    b95e977 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

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

Commits on Dec 24, 2023

  1. Update

    Slider0007 committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    d1249a9 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Merge branch develop

    Slider0007 committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    f0bddbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd308a3 View commit details
    Browse the repository at this point in the history
  3. Update

    Slider0007 committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    dbb384e View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Update

    Slider0007 committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    a731ae3 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Merge 'develop'

    Slider0007 committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    3c4700c View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. Configuration menu
    Copy the full SHA
    7c91ff4 View commit details
    Browse the repository at this point in the history
  2. Update

    Slider0007 committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    31bfb08 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

  1. Update

    Slider0007 committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    49e99ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99c4e1d View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Merge branch 'develop'

    Slider0007 committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    e472e86 View commit details
    Browse the repository at this point in the history
  2. Fix merge conflict

    Slider0007 committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    aee78ba View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Merge 'develop'

    Slider0007 committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    925166e View commit details
    Browse the repository at this point in the history
  2. Upate text

    Slider0007 committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    ac43700 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. Update

    Slider0007 committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    bdce055 View commit details
    Browse the repository at this point in the history
  2. Update API docs

    Slider0007 committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    0a10358 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e134a0a View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Update API docs

    Slider0007 committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    2fd4b12 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Update docs

    Slider0007 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    67c167e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1b411f View commit details
    Browse the repository at this point in the history
  3. Update docs

    Slider0007 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    154b25b View commit details
    Browse the repository at this point in the history
  4. Update

    Slider0007 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    5893409 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2c3473d View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Solve merge conflicts

    Slider0007 committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    776bb0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8952171 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

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

Commits on Mar 1, 2024

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

Commits on Mar 8, 2024

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

Commits on Mar 9, 2024

  1. Update

    Slider0007 committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    e13f716 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Merge branch 'develop'

    Slider0007 committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    db96457 View commit details
    Browse the repository at this point in the history
  2. Update

    Slider0007 committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    a180598 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad22bac View commit details
    Browse the repository at this point in the history
  4. Fix merge conflict

    Slider0007 committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    b52f5c3 View commit details
    Browse the repository at this point in the history
  5. Update

    Slider0007 committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    d3fb41b View commit details
    Browse the repository at this point in the history
  6. Update

    Slider0007 committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    3f10963 View commit details
    Browse the repository at this point in the history
  7. Update docs

    Slider0007 committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    87d2e5b View commit details
    Browse the repository at this point in the history
  8. Update

    Slider0007 committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    4a90dfe View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Merge branch 'develop'

    Slider0007 committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    6df3f1a View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Update

    Slider0007 committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    adc9df6 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Merge branch 'develop'

    Slider0007 committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    4b490e5 View commit details
    Browse the repository at this point in the history
  2. Fix merge conflicts

    Slider0007 committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    4148d77 View commit details
    Browse the repository at this point in the history
  3. Fix merge conflicts

    Slider0007 committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    b961e83 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    0827ebc View commit details
    Browse the repository at this point in the history
  2. Update

    Slider0007 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    4f10d9d View commit details
    Browse the repository at this point in the history
  3. Update

    Slider0007 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    8489300 View commit details
    Browse the repository at this point in the history
  4. Update

    Slider0007 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    9250b2a View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. Update docs

    Slider0007 committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    89d96d3 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. add board type

    Slider0007 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    9fc4106 View commit details
    Browse the repository at this point in the history
  2. Update

    Slider0007 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    0311620 View commit details
    Browse the repository at this point in the history
  3. Update docs

    Slider0007 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    f172a60 View commit details
    Browse the repository at this point in the history
  4. Update

    Slider0007 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    76aecd3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b9fde9b View commit details
    Browse the repository at this point in the history
  6. Update

    Slider0007 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    f3acd8d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e07db8f View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    3fc33df View commit details
    Browse the repository at this point in the history
  2. Update

    Slider0007 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    31879e5 View commit details
    Browse the repository at this point in the history
  3. Update

    Slider0007 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    f0c7efc View commit details
    Browse the repository at this point in the history
  4. Update

    Slider0007 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    4a5a8f4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    72833d0 View commit details
    Browse the repository at this point in the history
  6. Update

    Slider0007 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    b6aaaac View commit details
    Browse the repository at this point in the history
  7. Update

    Slider0007 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    fbbf18d View commit details
    Browse the repository at this point in the history
  8. Update

    Slider0007 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    f76d71c View commit details
    Browse the repository at this point in the history
  9. Update

    Slider0007 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    4bb84f3 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    0ccd051 View commit details
    Browse the repository at this point in the history
  2. Update

    Slider0007 committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    d16fed1 View commit details
    Browse the repository at this point in the history
  3. Update

    Slider0007 committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    ed56fe7 View commit details
    Browse the repository at this point in the history
  4. Update sdkconfig

    Slider0007 committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    c68526d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eca68cb View commit details
    Browse the repository at this point in the history
  6. Update

    Slider0007 committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    63505f9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4ecba0a View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Update

    Slider0007 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    00da068 View commit details
    Browse the repository at this point in the history
  2. Update parameter docs

    Slider0007 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    3f2f9fc View commit details
    Browse the repository at this point in the history
  3. Update

    Slider0007 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    0262b8f View commit details
    Browse the repository at this point in the history
  4. Update docs

    Slider0007 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    feeeb26 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a97c0b9 View commit details
    Browse the repository at this point in the history
  6. Update docs

    Slider0007 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    d2ee64f View commit details
    Browse the repository at this point in the history
  7. Markdown: Add math

    Slider0007 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    30bec48 View commit details
    Browse the repository at this point in the history
  8. Update

    Slider0007 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    72dca19 View commit details
    Browse the repository at this point in the history
  9. Update

    Slider0007 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    dbbb993 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Fix livestream in setup

    Slider0007 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    732df14 View commit details
    Browse the repository at this point in the history
  2. Update

    Slider0007 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    5deba4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee8cf1d View commit details
    Browse the repository at this point in the history
  4. Rename gpio source files

    Slider0007 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    5bb4015 View commit details
    Browse the repository at this point in the history
  5. Update

    Slider0007 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    1f15415 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a1cf071 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    df91c00 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7a70d7d View commit details
    Browse the repository at this point in the history
  9. Update

    Slider0007 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    94d01b7 View commit details
    Browse the repository at this point in the history
  10. Update

    Slider0007 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    9dbc6df View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f8d3828 View commit details
    Browse the repository at this point in the history
  12. Update docs

    Slider0007 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    ed5117e View commit details
    Browse the repository at this point in the history
  13. Update docs

    Slider0007 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    8d41398 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0a9bde9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    52d118c View commit details
    Browse the repository at this point in the history
  16. Update readme

    Slider0007 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    8c4fc46 View commit details
    Browse the repository at this point in the history
  17. Update

    Slider0007 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    e6fe33a View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Update

    Slider0007 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    bca98c1 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop'

    Slider0007 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    dc1b9db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7dde86b View commit details
    Browse the repository at this point in the history
  4. Update texts

    Slider0007 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    722d77d View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Update docs

    Slider0007 committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    ad2dc6c View commit details
    Browse the repository at this point in the history
  2. Update docs

    Slider0007 committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    d5f3dca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b4cd9f View commit details
    Browse the repository at this point in the history
  4. Update config file version

    Slider0007 committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    ed264d8 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    5bd8f82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cf15ef View commit details
    Browse the repository at this point in the history
  3. Update

    Slider0007 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    48cda68 View commit details
    Browse the repository at this point in the history
  4. Update

    Slider0007 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    825b0e6 View commit details
    Browse the repository at this point in the history
  5. Update

    Slider0007 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    371f120 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

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