File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ jobs:
2727 chip : esp32s3
2828 flash_size : 8MB
2929 flash_mode : dio
30- spiffs_offset : " 0x310000"
30+ spiffs_offset : " 0x310000"
3131 - name : ttgo-t-beam-1W
3232 chip : esp32s3
3333 flash_size : 16MB
3434 flash_mode : qio
35- spiffs_offset : " 0xc90000"
35+ spiffs_offset : " 0xc90000"
3636 - name : ttgo_t_deck_GPS
3737 chip : esp32s3
3838 flash_size : 8MB
@@ -145,7 +145,7 @@ jobs:
145145
146146 - name : Build target
147147 run : |
148- pio run -e ${{ matrix.target.name }}
148+ pio run -e ${{ matrix.target.name }}
149149
150150 - name : Build FS
151151 run : |
@@ -160,7 +160,7 @@ jobs:
160160 cp .pio/build/${{ matrix.target.name }}/partitions.bin installer/firmware/
161161 cp .pio/build/${{ matrix.target.name }}/spiffs.bin installer/firmware/
162162 cp ~/.platformio/packages/framework-arduinoespressif32/tools/partitions/boot_app0.bin installer/firmware/
163-
163+
164164 - name : Merge for web flashing
165165 run : |
166166 if [ "${{ matrix.target.chip }}" == "esp32" ]; then
@@ -190,7 +190,6 @@ jobs:
190190 -o installer/web_factory.bin \
191191 --flash_mode ${{ matrix.target.flash_mode }} \
192192 --flash_size ${{ matrix.target.flash_size }} \
193- --flash_freq 40m \
194193 0x0000 installer/firmware/bootloader.bin \
195194 0x8000 installer/firmware/partitions.bin \
196195 0xe000 installer/firmware/boot_app0.bin \
You can’t perform that action at this time.
0 commit comments