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 821e49d + f79910c commit a87238bCopy full SHA for a87238b
.github/workflows/pio.yml
@@ -28,3 +28,6 @@ jobs:
28
29
- name: Build "worker_code"
30
run: pio run -e teensy41_autoconf --project-dir ./MCU_code/PlatformIO_code/worker_code
31
+
32
+ - name: Build "worker_code" in profile environment
33
+ run: pio run -e teensy41_profile --project-dir ./MCU_code/PlatformIO_code/worker_code
0 commit comments