Skip to content

Commit b48826f

Browse files
committed
Merge branch 'brent/autosportLabs-esp32-can-x2_board_support' of github.com:autosportlabs/arduino-esp32 into brent/autosportLabs-esp32-can-x2_board_support
2 parents 80537e5 + 82222da commit b48826f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publishlib.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
IFS=$'\t' read name url <<< "$artifact"
3333
gh api $url > "$name.zip"
3434
unzip -j "$name.zip" -d "temp_$name"
35-
if [[ "$name" == "pr_num" ]]; then
35+
if [[ "$name" == "pr_number" ]]; then
3636
mv "temp_$name"/* workflows
3737
else
3838
mv "temp_$name"/* libraries-report

.github/workflows/publishsizes.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
IFS=$'\t' read name url <<< "$artifact"
4747
gh api $url > "$name.zip"
4848
unzip -j "$name.zip" -d "temp_$name"
49-
if [[ "$name" == "pr_num" ]]; then
49+
if [[ "$name" == "pr_number" ]]; then
5050
mv "temp_$name"/* sizes-report
5151
elif [[ "$name" == "pr_cli"* ]]; then
5252
mv "temp_$name"/* sizes-report/pr

idf_component.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ files:
4242
- "platform.txt"
4343
- "programmers.txt"
4444
dependencies:
45-
idf: ">=5.1"
45+
idf: ">=5.1,<5.2"
4646
# mdns 1.2.1 is necessary to build H2 with no WiFi
4747
mdns: "^1.2.3"
4848
espressif/esp_modem: "^1.1.0"

0 commit comments

Comments
 (0)