mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-25 07:17:16 +00:00
Merge pull request #15577 from s-hadinger/flash_no_fs
Board allow no 'flash_size'
This commit is contained in:
commit
4c87b3be67
@ -90,7 +90,7 @@ def esp32_create_combined_bin(source, target, env):
|
|||||||
esp32_copy_new_safeboot_bin(chip,firmware_name)
|
esp32_copy_new_safeboot_bin(chip,firmware_name)
|
||||||
else:
|
else:
|
||||||
esp32_fetch_safeboot_bin(chip)
|
esp32_fetch_safeboot_bin(chip)
|
||||||
flash_size = env.BoardConfig().get("upload.flash_size")
|
flash_size = env.BoardConfig().get("upload.flash_size", "4MB")
|
||||||
cmd = [
|
cmd = [
|
||||||
"--chip",
|
"--chip",
|
||||||
chip,
|
chip,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user