Skip to content

feat: Update to espp 1.0.10 and use CLI + WiFi STA menu to allow runtime WiFi configuration #13

feat: Update to espp 1.0.10 and use CLI + WiFi STA menu to allow runtime WiFi configuration

feat: Update to espp 1.0.10 and use CLI + WiFi STA menu to allow runtime WiFi configuration #13

Workflow file for this run

name: Build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
submodules: true
- name: Build Main
uses: espressif/esp-idf-ci-action@v1
with:
esp_idf_version: release-v5.4
target: esp32
path: '.'