Skip to content

Commit bedaad4

Browse files
committed
Update tests_build.sh
1 parent e0aad0f commit bedaad4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .github/scripts/tests_build.sh

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ case "$target" in
2525
;;
2626
"esp32c3") fqbn="espressif:esp32:esp32c3:PartitionScheme=huge_app"
2727
;;
28+
"esp32s3") fqbn="espressif:esp32:esp32s3:PSRAM=opi,USBMode=default,PartitionScheme=huge_app"
29+
;;
2830
esac
2931

3032
if [ -z $fqbn ]; then

0 commit comments

Comments
 (0)