Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Mar 26, 2024
1 parent fb16475 commit f76ac7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/arduino_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ jobs:
- examples/peripheral/RTC_TimeLib/RTC_TimeLib.ino
- examples/peripheral/RTC_TimeSynchronization/RTC_TimeSynchronization.ino
- examples/peripheral/Vibrate_Basic/Vibrate_Basic.ino
- examples/radio/LoRaWAN/LoRaWAN_End_Device/LoRaWAN_End_Device.ino
- examples/radio/LoRaWAN/LoRaWAN_End_Device_ABP/LoRaWAN_End_Device_ABP.ino
- examples/radio/SX1262/LoRaWAN/LoRaWAN_End_Device/LoRaWAN_End_Device.ino
- examples/radio/SX1262/LoRaWAN/LoRaWAN_End_Device_ABP/LoRaWAN_End_Device_ABP.ino
- examples/radio/SX1262/SX126x_Channel_Activity_Detection/SX126x_Channel_Activity_Detection.ino
- examples/radio/SX1262/SX126x_Channel_Activity_Detection_Interrupt/SX126x_Channel_Activity_Detection_Interrupt.ino
- examples/radio/SX1262/SX126x_FSK_Modem/SX126x_FSK_Modem.ino
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/platformio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
- examples/peripheral/RTC_TimeLib
- examples/peripheral/RTC_TimeSynchronization
- examples/peripheral/Vibrate_Basic
- examples/radio/SX126x_Channel_Activity_Detection
- examples/radio/SX1262/SX126x_Channel_Activity_Detection
- examples/radio/SX1262/SX126x_Channel_Activity_Detection_Interrupt
- examples/radio/SX1262/SX126x_FSK_Modem
- examples/radio/SX1262/SX126x_PingPong
Expand Down

0 comments on commit f76ac7a

Please sign in to comment.