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.
1 parent e33782a commit 6267e79Copy full SHA for 6267e79
.github/workflows/ccpp.yml
@@ -38,7 +38,7 @@ jobs:
38
39
- arduino-boards-fqbn: esp32:esp32:esp32doit-devkit-v1 # esp32
40
platform-url: https://dl.espressif.com/dl/package_esp32_index.json
41
- sketch-names: esp32_position_control.ino, esp32_i2c_dual_bus_example.ino
+ sketch-names: esp32_position_control.ino, esp32_i2c_dual_bus_example.ino, esp32_current_control_low_side.ino
42
43
- arduino-boards-fqbn: STM32:stm32:GenF1:pnum=BLUEPILL_F103C8 # bluepill - hs examples
44
platform-url: https://github.com/stm32duino/BoardManagerFiles/raw/master/STM32/package_stm_index.json
0 commit comments