Thanks to visit codestin.com
Credit goes to github.com

Skip to content

added flash switch watchdog #5

added flash switch watchdog

added flash switch watchdog #5

Workflow file for this run

name: build
on:
push:
branches:
- 'master'
paths:
- 'main/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: ESP-IDF build
uses: espressif/esp-idf-ci-action@v1
with:
esp_idf_version: v5.4
target: esp32
path: './'