We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdba9fb commit d350c4dCopy full SHA for d350c4d
.vscode/arduino.json
@@ -4,5 +4,6 @@
4
"programmer": "esptool",
5
"sketch": "satoffee/satoffee.ino",
6
"output": "build",
7
- "configuration": "JTAGAdapter=builtin,LoopCore=1,EventsCore=1,USBMode=hwcdc,CDCOnBoot=cdc,MSCOnBoot=default,DFUOnBoot=dfu,UploadMode=default,PartitionScheme=app3M_fat9M_16MB,DebugLevel=none,EraseFlash=none"
+ "configuration": "JTAGAdapter=builtin,LoopCore=1,EventsCore=1,USBMode=hwcdc,CDCOnBoot=cdc,MSCOnBoot=default,DFUOnBoot=dfu,UploadMode=default,PartitionScheme=app3M_fat9M_16MB,DebugLevel=none,EraseFlash=none",
8
+ "postbuild": "$LOCAL_USER/Library/Arduino15/packages/esp32/tools/esptool_py/4.5.1/esptool --chip esp32s3 merge_bin -o installer/firmware/satoffee-firmware.bin --flash_mode dio --flash_freq 80m --flash_size 16MB 0x0 build/satoffee.ino.bootloader.bin 0x8000 build/satoffee.ino.partitions.bin 0xe000 $LOCAL_USER/Library/Arduino15/packages/esp32/hardware/esp32/2.0.9/tools/partitions/boot_app0.bin 0x10000 build/satoffee.ino.bin"
9
}
installer/firmware/satoffee-firmware.bin
0 Bytes
0 commit comments