Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jameselsey committed Nov 20, 2024
1 parent 1ad53d0 commit 5e5bb88
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/esp-environment-sensor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: ESP Environment Sensor

on:
push:
branches:
- main

jobs:
build-and-deploy:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Set up ESP-IDF
uses: espressif/esp-idf-ci-action@v1
with:
esp_idf_version: v4.4
target: esp32s2
path: 'arduino_projects/esp-environment-sensor/esp-environment-sensor'

# Step 3: Build ESP32 firmware
- name: Build Firmware
run: idf.py build

0 comments on commit 5e5bb88

Please # to comment.