ButtonLED Dev
This commit is contained in:
24
ButtonLED/build/flasher_args.json
Normal file
24
ButtonLED/build/flasher_args.json
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"write_flash_args" : [ "--flash_mode", "dio",
|
||||
"--flash_size", "2MB",
|
||||
"--flash_freq", "80m" ],
|
||||
"flash_settings" : {
|
||||
"flash_mode": "dio",
|
||||
"flash_size": "2MB",
|
||||
"flash_freq": "80m"
|
||||
},
|
||||
"flash_files" : {
|
||||
"0x0" : "bootloader/bootloader.bin",
|
||||
"0x10000" : "ButtonLED.bin",
|
||||
"0x8000" : "partition_table/partition-table.bin"
|
||||
},
|
||||
"bootloader" : { "offset" : "0x0", "file" : "bootloader/bootloader.bin", "encrypted" : "false" },
|
||||
"app" : { "offset" : "0x10000", "file" : "ButtonLED.bin", "encrypted" : "false" },
|
||||
"partition-table" : { "offset" : "0x8000", "file" : "partition_table/partition-table.bin", "encrypted" : "false" },
|
||||
"extra_esptool_args" : {
|
||||
"after" : "hard_reset",
|
||||
"before" : "default_reset",
|
||||
"stub" : true,
|
||||
"chip" : "esp32c6"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user