Skip to content

Commit

Permalink
Add blufi support.
Browse files Browse the repository at this point in the history
* Adds an environment to use esp-idf and Arduino as a component to facilitate incorporating blufi for onboarding and configuration.
  • Loading branch information
h2zero authored and h2zero committed Mar 14, 2024
1 parent e29639e commit ceb1452
Show file tree
Hide file tree
Showing 9 changed files with 601 additions and 73 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
- "esp32c3-m5stamp"
- "thingpulse-espgateway"
- "theengs-bridge"
- "esp32dev-ble-idf"
runs-on: ubuntu-latest
name: Build with PlatformIO
steps:
Expand All @@ -93,6 +94,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install platformio
pip install setuptools
- name: Extract ESP32 platform version from platformio.ini
run: |
ESP32_VERSION=$(grep 'esp32_platform\s*=' platformio.ini | cut -d'@' -f2 | tr -d '[:space:]')
Expand Down
Loading

0 comments on commit ceb1452

Please sign in to comment.