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

PR: Add web configuration function #3

Open
wants to merge 20 commits into
base: main
Choose a base branch
from

Commits on Mar 11, 2022

  1. style: Unified Coding Style

    - Indent with 4 spaces
    - End-of-line sequence changed to LF
    - second line style
    
    Signed-off-by: liangyingy <[email protected]>
    lbuque committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    e1b9c26 View commit details
    Browse the repository at this point in the history
  2. feature: Web configuration function

    Signed-off-by: liangyingy <[email protected]>
    lbuque committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    c48f9f9 View commit details
    Browse the repository at this point in the history
  3. chore: Modify the project file name of arduino

    The arduino project file name is inconsistent with
    the current directory name, which will cause the
    arduino ide to fail to open the project directly.
    
    Signed-off-by: liangyingy <[email protected]>
    lbuque committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    f84fdca View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. perfect: Add style to configuration page

    Add restart and update buttons to web pages
    
    Signed-off-by: liangyingy <[email protected]>
    lbuque committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    860376c View commit details
    Browse the repository at this point in the history
  2. docs/README: Instructions for using the web configuration page

    Signed-off-by: liangyingy <[email protected]>
    lbuque committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    43a5a10 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. feature: Increase the implementation of micropython

    Signed-off-by: liangyingy <[email protected]>
    lbuque committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    45dc74a View commit details
    Browse the repository at this point in the history
  2. feature/micropython: Add web configuration function

    Signed-off-by: liangyingy <[email protected]>
    lbuque committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    ff9d376 View commit details
    Browse the repository at this point in the history
  3. fix/micropython: Fix the problem that the utc time is displayed incor…

    …rectly
    
    Signed-off-by: liangyingy <[email protected]>
    lbuque committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    123eb26 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. feature: Compatible with t5-4.7 plus board

    Signed-off-by: liangyingy <[email protected]>
    lbuque committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    3600dcd View commit details
    Browse the repository at this point in the history
  2. chore/platformio: Support platformio development environment

    Signed-off-by: liangyingy <[email protected]>
    lbuque committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    d365e22 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Add default config

    lewisxhe committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    67653af View commit details
    Browse the repository at this point in the history
  2. Fix no update

    lewisxhe committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    ec1feaf View commit details
    Browse the repository at this point in the history
  3. Fix syntax errors

    lewisxhe committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    862d9ab View commit details
    Browse the repository at this point in the history
  4. Update README

    lewisxhe committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    b4f856f View commit details
    Browse the repository at this point in the history
  5. Update README

    lewisxhe committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    83b0cdd View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Update README

    lewisxhe committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    21244b6 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Update README

    lewisxhe committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    1fbc199 View commit details
    Browse the repository at this point in the history
  2. Update README

    lewisxhe committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    bc3cfd3 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. update T5_4_7Inc_Plus_V2

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

Commits on Apr 2, 2024

  1. Fixed Battery ADC Pin

    lewisxhe committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    3aea8d0 View commit details
    Browse the repository at this point in the history