Skip to content

Commit

Permalink
Update and rename esp32c3dev_audio_v0.15.0-b5.yaml to esp32c3dev_audi…
Browse files Browse the repository at this point in the history
…o_v0.15.yaml
  • Loading branch information
dosipod authored Oct 5, 2024
1 parent ed693ba commit 25800fd
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: esp32c3dev_audio_v0.15.0-b5
name: esp32c3dev_audio_v0.15


on:
workflow_dispatch:
Expand All @@ -24,17 +25,17 @@ jobs:
run: |
rm -rf /tmp/WLEDtemp/* || true
mkdir -p /tmp/WLEDtemp
wget https://api.github.com/repos/Aircoookie/WLED/zipball/v0.15.0-b5 -O /tmp/WLEDtemp/mm.zip
wget https://github.com/Aircoookie/WLED/archive/refs/heads/0_15.zip -O /tmp/WLEDtemp/mm.zip
unzip /tmp/WLEDtemp/mm.zip -d /tmp/WLEDtemp
find /tmp/WLEDtemp -maxdepth 1 -mindepth 1 -name "*" -type d >> /tmp/WLEDtemp/wledfoldername
cd `cat /tmp/WLEDtemp/wledfoldername`
npm install
echo '[env:custom_build]' >>platformio.ini
echo 'extends = env:esp32c3dev' >>platformio.ini
echo 'build_flags = ${env:esp32c3dev.build_flags} ${common.debug_flags} -D USERMOD_AUDIOREACTIVE' >>platformio.ini
echo 'build_flags = ${env:esp32c3dev.build_flags} ${common.debug_flags} ${esp32.AR_build_flags}' >>platformio.ini
echo 'lib_deps = ' >>platformio.ini
echo ' ${env:esp32c3dev.lib_deps}' >>platformio.ini
echo ' https://github.com/blazoncek/arduinoFFT.git' >>platformio.ini
echo ' ${esp32.AR_lib_deps}' >>platformio.ini
echo 'build_unflags= -D WLED_RELEASE_NAME' >>platformio.ini
pio run -e custom_build || pio run -e custom_build
Expand All @@ -54,4 +55,3 @@ jobs:
git add $GITHUB_WORKSPACE/last_update_date.txt
git commit -m "Commit Custom Build"
git push origin main

0 comments on commit 25800fd

Please sign in to comment.