Skip to content

Commit

Permalink
sketchexclude MCU_Powercycle_DMP6
Browse files Browse the repository at this point in the history
  • Loading branch information
sabas1080 committed Dec 12, 2023
1 parent 52e2b93 commit f531b2b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/LibraryBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,21 +44,21 @@ jobs:
#############################################################################################################
include:
- arduino-boards-fqbn: arduino:avr:uno
sketches-exclude: MPU6050_DMP6_ESPWiFi,MPU6050_DMP6_Ethernet
sketches-exclude: MPU6050_DMP6_ESPWiFi,MPU6050_DMP6_Ethernet,MCU_Powercycle_DMP6

- arduino-boards-fqbn: arduino:avr:leonardo
sketches-exclude: MPU6050_DMP6_ESPWiFi,MPU6050_DMP6_Ethernet
sketches-exclude: MPU6050_DMP6_ESPWiFi,MPU6050_DMP6_Ethernet,MCU_Powercycle_DMP6

- arduino-boards-fqbn: arduino:samd:nano_33_iot
sketches-exclude: MPU6050_DMP6_ESPWiFi,MPU6050_DMP6_Ethernet
sketches-exclude: MPU6050_DMP6_ESPWiFi,MPU6050_DMP6_Ethernet,MCU_Powercycle_DMP6

- arduino-boards-fqbn: esp8266:esp8266:huzzah:eesz=4M3M,xtal=80
platform-url: https://arduino.esp8266.com/stable/package_esp8266com_index.json
sketches-exclude: MPU6050_DMP6_Ethernet
sketches-exclude: MPU6050_DMP6_Ethernet,MCU_Powercycle_DMP6

- arduino-boards-fqbn: esp32:esp32:featheresp32:FlashFreq=80
platform-url: https://dl.espressif.com/dl/package_esp32_index.json
sketches-exclude: MPU6050_DMP6_Ethernet
sketches-exclude: MPU6050_DMP6_Ethernet,MCU_Powercycle_DMP6

# Do not cancel all jobs / architectures if one job fails
fail-fast: false
Expand Down

0 comments on commit f531b2b

Please sign in to comment.