Skip to content

Commit

Permalink
Pre-Compile a new generic esp32s3 binary without any pin config.
Browse files Browse the repository at this point in the history
  • Loading branch information
tbnobody committed Jun 21, 2023
1 parent 7656735 commit e0b054d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ extra_configs =
[env]
; Make sure to NOT add any spaces in the custom_ci_action property
; (also the position in the file is important)
custom_ci_action = generic,generic_esp32
custom_ci_action = generic,generic_esp32,generic_esp32s3,generic_esp32s3_usb

framework = arduino
platform = espressif32@6.3.1
Expand Down

0 comments on commit e0b054d

Please sign in to comment.