diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ceb44e4..72b6928 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -74,12 +74,6 @@ jobs: ~/.cache/pip ~/.platformio - - name: Cache PlatformIO Dependencies (OSS) - uses: actions/cache@v4 - with: - key: ${{ runner.os }}-pio-oss-${{ matrix.environment }} - path: .pio - - name: Python uses: actions/setup-python@v5 with: @@ -89,6 +83,7 @@ jobs: run: | python -m pip install --upgrade pip pip install --upgrade platformio + pip install --upgrade cryptography ref="${{ github.ref_name }}" ref="${ref//\//}" ref="${ref//-/}" diff --git a/.github/workflows/cpplint.yml b/.github/workflows/cpplint.yml index 66b2e63..e0c8998 100644 --- a/.github/workflows/cpplint.yml +++ b/.github/workflows/cpplint.yml @@ -41,7 +41,6 @@ jobs: --recursive \ --filter=-whitespace/line_length,-whitespace/braces,-whitespace/comments,-runtime/indentation_namespace,-whitespace/indent,-readability/braces,-whitespace/newline,-readability/todo,-build/c++11,-runtime/references \ --exclude=lib/DimmableLight \ - --exclude=lib/ElegantOTAPro \ --exclude=lib/ESPDASHPro \ --exclude=lib/MycilaDimmer/doc \ --exclude=lib/WebSerialPro \ diff --git a/.gitmodules b/.gitmodules index 11f8a8b..673ae4a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,3 @@ -[submodule "lib/ElegantOTAPro"] - path = lib/ElegantOTAPro - url = git@github.com:mathieucarbou/ElegantOTA-Pro.git - branch = yasolr [submodule "lib/WebSerialPro"] path = lib/WebSerialPro url = git@github.com:mathieucarbou/WebSerial-Pro.git diff --git a/data/config.html b/data/config.html index 3aed272..81e6e70 100644 --- a/data/config.html +++ b/data/config.html @@ -16,6 +16,13 @@