Skip to content

Commit 410fbf2

Browse files
committed
moved examples in separate folders
1 parent bb5d572 commit 410fbf2

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

.github/workflows/platformio.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
ls
4343
mkdir -p tests/test_http
4444
mkdir -p tests/test_https
45-
cp examples/HTTP/HTTP.ino tests/test_http/main.cpp
46-
cp examples/HTTP/HTTPS.ino tests/test_https/main.cpp
45+
cp examples/HTTP/HTTP/HTTP.ino tests/test_http/main.cpp
46+
cp examples/HTTP/HTTPS/HTTPS.ino tests/test_https/main.cpp
4747
# globally install the esp32FOTA library from local folder, don't update the platformio.ini
4848
pio lib install --no-save file://$(realpath ./)
4949
pio run
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)