Switch Github root cert

This commit is contained in:
iranl
2025-03-25 17:08:47 +01:00
parent 1c546b5f8b
commit bae6e5df69
7 changed files with 54 additions and 16 deletions

View File

@@ -58,7 +58,7 @@ def merge_bin(source, target, env):
flash_args.append(position)
flash_args.append(bin_file)
flash_args.append("0x2B0000")
flash_args.append("0x270000")
flash_args.append(f"{target_dir}/nuki_hub_updater_{board}.bin")
cmd = f"esptool.py --chip {chip} merge_bin -o {target_file} --flash_mode dio --flash_freq keep --flash_size keep " + " ".join(flash_args)