Skip to content

Add IP address to display and allow editing of voltage, frequency fro… #61

Add IP address to display and allow editing of voltage, frequency fro…

Add IP address to display and allow editing of voltage, frequency fro… #61

Workflow file for this run

name: build-target
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
with:
submodules: 'recursive'
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
- name: Build web dist
working-directory: ./main/http_server/axe-os
run: |
npm ci
npm run build
- name: esp-idf build
uses: espressif/esp-idf-ci-action@v1
with:
esp_idf_version: v5.1
target: esp32s2
path: '.'