Skip to content

Commit 30d131c

Browse files
authored
Update ccpp.yml
1 parent ecd1c25 commit 30d131c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ccpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- arduino:sam:arduino_due_x # arduino due
1313
- arduino:samd:nano_33_iot # samd21
1414
- adafruit:samd:adafruit_metro_m4 # samd51
15-
- esp32:esp32:esp32 # esp32
15+
- esp32:esp32:esp32doit-devkit-v1 # esp32
1616
- esp32:esp32:esp32s2 # esp32s2
1717
- STM32:stm32:GenF1:pnum=BLUEPILL_F103C8 # stm32 bluepill
1818
- STM32:stm32:Nucleo_64:pnum=NUCLEO_F411RE # stm32 nucleo
@@ -41,7 +41,7 @@ jobs:
4141
platform-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json
4242
sketch-names: bldc_driver_3pwm_standalone.ino, stepper_driver_2pwm_standalone.ino, stepper_driver_4pwm_standalone
4343

44-
- arduino-boards-fqbn: esp32:esp32:esp32 # esp32
44+
- arduino-boards-fqbn: esp32:esp32:esp32doit-devkit-v1 # esp32
4545
platform-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json
4646
sketch-names: esp32_position_control.ino, esp32_i2c_dual_bus_example.ino, esp32_current_control_low_side.ino, esp32_spi_alt_example.ino
4747

0 commit comments

Comments
 (0)