Skip to content

Commit 820ae07

Browse files
committed
remove dual I2C bus example from ESP32 C3 compile
1 parent c5bfd51 commit 820ae07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/esp32.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- arduino-boards-fqbn: esp32:esp32:esp32c3 # esp32c3
3535
platform-url: https://espressif.github.io/arduino-esp32/package_esp32_index.json
36-
sketch-names: esp32_position_control.ino, esp32_i2c_dual_bus_example.ino, stepper_driver_2pwm_standalone.ino, stepper_driver_4pwm_standalone.ino
36+
sketch-names: esp32_position_control.ino, stepper_driver_2pwm_standalone.ino, stepper_driver_4pwm_standalone.ino
3737

3838
- arduino-boards-fqbn: esp32:esp32:esp32doit-devkit-v1 # esp32
3939
platform-url: https://espressif.github.io/arduino-esp32/package_esp32_index.json

0 commit comments

Comments
 (0)