Skip to content

Commit

Permalink
ESP32-C6: add WebTop into Actions CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
lyusupov committed Oct 12, 2023
1 parent de668fc commit 2520f0c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
'esp32:esp32:esp32s2',
'esp32:esp32:esp32s3',
'esp32:esp32:esp32c3',
'esp32:esp32:esp32c6:PartitionScheme=min_spiffs',
'esp32:esp32:esp32c6',
'STM32:stm32:Nucleo_64',
'STMicroelectronics:stm32:GenF1',
'STMicroelectronics:stm32:GenWL',
Expand Down Expand Up @@ -330,8 +330,7 @@ jobs:
fi ;
fi ;
if [[ "$BOARD" =~ "esp32:esp32:esp32c6" ]]; then
echo "TO DO" ;
# arduino-cli compile -v --build-path=/tmp/arduino -b "$BOARD" $PWD/software/firmware/source/SkyWatch ;
arduino-cli compile -v --build-properties upload.maximum_size=2500000 -b "$BOARD" $PWD/software/firmware/source/SkyWatch ;
else
if [[ "$BOARD" =~ "esp32:esp32:" ]]; then
arduino --verify --board $BOARD $PWD/software/firmware/source/SkyWatch/SkyWatch.ino ;
Expand Down

0 comments on commit 2520f0c

Please sign in to comment.