From db80f350e165eff7ba742d841870d2274e684cee Mon Sep 17 00:00:00 2001 From: Bert Melis Date: Mon, 23 Sep 2024 11:52:55 +0200 Subject: [PATCH] fix build script --- .github/workflows/build_platformio.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_platformio.yml b/.github/workflows/build_platformio.yml index f7c1e6b..d397e1a 100644 --- a/.github/workflows/build_platformio.yml +++ b/.github/workflows/build_platformio.yml @@ -12,7 +12,7 @@ jobs: examples/simple-read-VS2/simple-read-VS2.ino, examples/simple-write-VS1/simple-write-VS1.ino, examples/simple-write-VS2/simple-write-VS2.ino, - examples/simple-read-GWG/simple-read-GWG.ino + examples/simple-read-GWG/simple-read-GWG.ino, examples/softwareserial/softwareserial.ino ] steps: