Skip to content

Commit d350c4d

Browse files
committed
updated firmware & auto creation
1 parent bdba9fb commit d350c4d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.vscode/arduino.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"programmer": "esptool",
55
"sketch": "satoffee/satoffee.ino",
66
"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"
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",
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"
89
}
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)