diff --git a/.github/workflows/platformio-run.yaml b/.github/workflows/platformio-run.yaml new file mode 100644 index 0000000..94aa83d --- /dev/null +++ b/.github/workflows/platformio-run.yaml @@ -0,0 +1,24 @@ +name: PlatformIO CI + +on: [push] + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + - uses: actions/cache@v4 + with: + path: | + ~/.cache/pip + ~/.platformio/.cache + key: ${{ runner.os }}-pio + - uses: actions/setup-python@v5 + with: + python-version: '3.12' + - name: Install PlatformIO Core + run: pip install --upgrade platformio + + - name: Build PlatformIO Project + run: pio run diff --git a/secrets.ini b/secrets.ini new file mode 100644 index 0000000..302476f --- /dev/null +++ b/secrets.ini @@ -0,0 +1,3 @@ +[secrets] +udpLogTarget = 192, 168, 1, 10 +otaPassword = passwordhere