build update
This commit is contained in:
parent
4999c89820
commit
0feb0045d0
|
|
@ -95,7 +95,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
if [ "${{ matrix.target.chip }}" == "esp32" ]; then
|
if [ "${{ matrix.target.chip }}" == "esp32" ]; then
|
||||||
python installer/bin/esptool/esptool.py --chip esp32 merge_bin \
|
python installer/bin/esptool/esptool.py --chip esp32 merge_bin \
|
||||||
-o installer/web_factory_${{ matrix.target.name }}.bin \
|
-o installer/web_factory.bin \
|
||||||
--flash_mode dio \
|
--flash_mode dio \
|
||||||
--flash_freq 40m \
|
--flash_freq 40m \
|
||||||
--flash_size 4MB \
|
--flash_size 4MB \
|
||||||
|
|
@ -106,7 +106,7 @@ jobs:
|
||||||
0x3D0000 installer/firmware/spiffs.bin
|
0x3D0000 installer/firmware/spiffs.bin
|
||||||
elif [ "${{ matrix.target.chip }}" == "esp32s3" ]; then
|
elif [ "${{ matrix.target.chip }}" == "esp32s3" ]; then
|
||||||
python installer/bin/esptool/esptool.py --chip esp32s3 merge_bin \
|
python installer/bin/esptool/esptool.py --chip esp32s3 merge_bin \
|
||||||
-o installer/web_factory_${{ matrix.target.name }}.bin \
|
-o installer/web_factory.bin \
|
||||||
--flash_mode dio \
|
--flash_mode dio \
|
||||||
--flash_freq 40m \
|
--flash_freq 40m \
|
||||||
--flash_size 8MB \
|
--flash_size 8MB \
|
||||||
|
|
@ -117,7 +117,7 @@ jobs:
|
||||||
0x3D0000 installer/firmware/spiffs.bin
|
0x3D0000 installer/firmware/spiffs.bin
|
||||||
elif [ "${{ matrix.target.chip }}" == "esp32c3" ]; then
|
elif [ "${{ matrix.target.chip }}" == "esp32c3" ]; then
|
||||||
python installer/bin/esptool/esptool.py --chip esp32c3 merge_bin \
|
python installer/bin/esptool/esptool.py --chip esp32c3 merge_bin \
|
||||||
-o installer/web_factory_${{ matrix.target.name }}.bin \
|
-o installer/web_factory.bin \
|
||||||
--flash_mode dio \
|
--flash_mode dio \
|
||||||
--flash_freq 40m \
|
--flash_freq 40m \
|
||||||
--flash_size 4MB \
|
--flash_size 4MB \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue