We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4714f3b + bed1328 commit af4d5b2Copy full SHA for af4d5b2
.github/scripts/set_push_chunks.sh
@@ -10,7 +10,7 @@ elif [[ $LIB_CHANGED == 'true' ]]; then
10
if [[ $NETWORKING_CHANGED == 'true' ]]; then
11
echo "Networking libraries changed. Building networking related sketches."
12
networking_sketches=$(find libraries/WiFi -name *.ino -printf '%f ')
13
- networking_sketches+="$(find libraries/ETH -name *.ino -printf '%f ')"
+ networking_sketches+="$(find libraries/Ethernet -name *.ino -printf '%f ')"
14
networking_sketches+="$(find libraries/PPP -name *.ino -printf '%f ')"
15
networking_sketches+="$(find libraries/NetworkClientSecure -name *.ino -printf '%f ')"
16
networking_sketches+="$(find libraries/WebServer -name *.ino -printf '%f ')"
0 commit comments