Skip to content

Commit

Permalink
new line
Browse files Browse the repository at this point in the history
  • Loading branch information
vberthiaume committed Dec 18, 2024
1 parent 59b7e82 commit a7f626c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
echo "board = ${{ matrix.environment.board }}" >> ./${{ matrix.template }}/platformioTemp.ini
echo "framework = arduino" >> ./${{ matrix.template }}/platformioTemp.ini
echo "board_build.partitions = min_spiffs_no_OTA.csv" >> ./${{ matrix.template }}/platformioTemp.ini
echo "lib_deps = https://github.com/Puara/puara-module.git https://github.com/cnmat/OSC#3.5.8" >> ./${{ matrix.template }}/platformioTemp.ini
echo "lib_deps = https://github.com/Puara/puara-module.git \n https://github.com/cnmat/OSC#3.5.8" >> ./${{ matrix.template }}/platformioTemp.ini
echo "monitor_speed = 115200" >> ./${{ matrix.template }}/platformioTemp.ini
echo "monitor_echo = yes" >> ./${{ matrix.template }}/platformioTemp.ini
echo "monitor_filters = default,esp32_exception_decoder" >> ./${{ matrix.template }}/platformioTemp.ini
Expand Down

0 comments on commit a7f626c

Please sign in to comment.