Skip to content

Commit eed32d6

Browse files
committed
chore: XiRoad 맞춤(idf v5.1)
1 parent d7f4a33 commit eed32d6

File tree

4 files changed

+4
-293
lines changed

4 files changed

+4
-293
lines changed

.github/workflows/cron.yml

Lines changed: 0 additions & 144 deletions
This file was deleted.

.github/workflows/docker.yml

Lines changed: 0 additions & 81 deletions
This file was deleted.

.github/workflows/push.yml

Lines changed: 0 additions & 67 deletions
This file was deleted.

tools/config.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ if [ -z $IDF_TARGET ]; then
2525
fi
2626

2727
# Owner of the target ESP32 Arduino repository
28-
AR_USER="espressif"
28+
# XiRoad에서 호스팅하는 소스 코드로부터 빌드합니다.
29+
# 이걸 하려면 XiRoad org에 arduino-esp32, esp-idf, esp32-arduino-libs 저장소가 있어야 합니다.
30+
# 다 fork 해두었습니다.
31+
AR_USER="XiRoad"
2932

3033
# The full name of the repository
3134
AR_REPO="$AR_USER/arduino-esp32"

0 commit comments

Comments
 (0)