File tree 6 files changed +20
-4
lines changed
6 files changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -147,8 +147,8 @@ jayd.bootloader.tool.firmware=jayd/firmware.bin
147
147
148
148
wheelson.name=Wheelson by CircuitMess
149
149
150
- wheelson.vid.0=0x10c4
151
- wheelson.pid.0=0xea60
150
+ wheelson.vid.0=0x1a86
151
+ wheelson.pid.0=0x7523
152
152
153
153
wheelson.upload.tool=esptool_py
154
154
wheelson.upload.maximum_size=1310720
@@ -185,7 +185,7 @@ wheelson.menu.UploadSpeed.921600.upload.speed=921600
185
185
wheelson.menu.DebugLevel.none=None
186
186
wheelson.menu.DebugLevel.none.build.code_debug=0
187
187
188
- # wheelson.bootloader.tool=jaydfirm
189
- # wheelson.bootloader.tool.firmware=jayd /firmware.bin
188
+ wheelson.bootloader.tool=wheelfirm
189
+ wheelson.bootloader.tool.firmware=wheelson /firmware.bin
190
190
191
191
##############################################################
Original file line number Diff line number Diff line change @@ -115,6 +115,10 @@ tools.jaydfirm.bootloader.pattern="{runtime.tools.esptool_py.path}/esptool" --ch
115
115
tools.jaydfirm.bootloader.pattern.windows="{runtime.tools.esptool_py.path}/esptool.exe" --chip esp32 --port "{serial.port}" --baud {upload.speed} --before default_reset --after hard_reset write_flash -z --flash_mode {build.flash_mode} --flash_freq {build.flash_freq} --flash_size detect 0xe000 "{runtime.platform.path}/tools/partitions/boot_app0.bin" 0x1000 "{runtime.platform.path}/tools/sdk/bin/bootloader_{build.boot}_{build.flash_freq}.bin" 0x10000 "{runtime.platform.path}/firmwares/jayd/firmware.bin" 0x8000 "{runtime.platform.path}/firmwares/jayd/firmware.partitions.bin" 0x383000 "{runtime.platform.path}/firmwares/jayd/spiffs.bin"
116
116
tools.jaydfirm.bootloader.pattern.linux=python "{runtime.tools.esptool_py.path}/esptool.py" --chip esp32 --port "{serial.port}" --baud {upload.speed} --before default_reset --after hard_reset write_flash -z --flash_mode {build.flash_mode} --flash_freq {build.flash_freq} --flash_size detect 0xe000 "{runtime.platform.path}/tools/partitions/boot_app0.bin" 0x1000 "{runtime.platform.path}/tools/sdk/bin/bootloader_{build.boot}_{build.flash_freq}.bin" 0x10000 "{runtime.platform.path}/firmwares/jayd/firmware.bin" 0x8000 "{runtime.platform.path}/firmwares/jayd/firmware.partitions.bin" 0x383000 "{runtime.platform.path}/firmwares/jayd/spiffs.bin"
117
117
118
+ tools.wheelfirm.bootloader.pattern="{runtime.tools.esptool_py.path}/esptool" --chip esp32 --port "{serial.port}" --baud {upload.speed} --before default_reset --after hard_reset write_flash -z --flash_mode {build.flash_mode} --flash_freq {build.flash_freq} --flash_size detect 0xe000 "{runtime.platform.path}/tools/partitions/boot_app0.bin" 0x1000 "{runtime.platform.path}/tools/sdk/bin/bootloader_{build.boot}_{build.flash_freq}.bin" 0x10000 "{runtime.platform.path}/firmwares/wheelson/firmware.bin" 0x8000 "{runtime.platform.path}/firmwares/wheelson/firmware.partitions.bin" 0x383000 "{runtime.platform.path}/firmwares/wheelson/spiffs.bin"
119
+ tools.wheelfirm.bootloader.pattern.windows="{runtime.tools.esptool_py.path}/esptool.exe" --chip esp32 --port "{serial.port}" --baud {upload.speed} --before default_reset --after hard_reset write_flash -z --flash_mode {build.flash_mode} --flash_freq {build.flash_freq} --flash_size detect 0xe000 "{runtime.platform.path}/tools/partitions/boot_app0.bin" 0x1000 "{runtime.platform.path}/tools/sdk/bin/bootloader_{build.boot}_{build.flash_freq}.bin" 0x10000 "{runtime.platform.path}/firmwares/wheelson/firmware.bin" 0x8000 "{runtime.platform.path}/firmwares/wheelson/firmware.partitions.bin" 0x383000 "{runtime.platform.path}/firmwares/wheelson/spiffs.bin"
120
+ tools.wheelfirm.bootloader.pattern.linux=python "{runtime.tools.esptool_py.path}/esptool.py" --chip esp32 --port "{serial.port}" --baud {upload.speed} --before default_reset --after hard_reset write_flash -z --flash_mode {build.flash_mode} --flash_freq {build.flash_freq} --flash_size detect 0xe000 "{runtime.platform.path}/tools/partitions/boot_app0.bin" 0x1000 "{runtime.platform.path}/tools/sdk/bin/bootloader_{build.boot}_{build.flash_freq}.bin" 0x10000 "{runtime.platform.path}/firmwares/wheelson/firmware.bin" 0x8000 "{runtime.platform.path}/firmwares/wheelson/firmware.partitions.bin" 0x383000 "{runtime.platform.path}/firmwares/wheelson/spiffs.bin"
121
+
118
122
tools.ringofirm.erase.pattern=
119
123
tools.ringofirm.erase.params.quiet=
120
124
tools.ringofirm.erase.params.verbose=
@@ -132,3 +136,9 @@ tools.jaydfirm.erase.params.quiet=
132
136
tools.jaydfirm.erase.params.verbose=
133
137
tools.jaydfirm.bootloader.params.verbose=
134
138
tools.jaydfirm.bootloader.params.quiet=
139
+
140
+ tools.wheelfirm.erase.pattern=
141
+ tools.wheelfirm.erase.params.quiet=
142
+ tools.wheelfirm.erase.params.verbose=
143
+ tools.wheelfirm.bootloader.params.verbose=
144
+ tools.wheelfirm.bootloader.params.quiet=
Original file line number Diff line number Diff line change @@ -15,3 +15,9 @@ jaydfirm.protocol=esp32
15
15
jaydfirm.program.protocol=esp32
16
16
jaydfirm.program.tool=esptool_py
17
17
jaydfirm.program.extra_params=
18
+
19
+ wheelfirm.name=Wheelson Firmware
20
+ wheelfirm.protocol=esp32
21
+ wheelfirm.program.protocol=esp32
22
+ wheelfirm.program.tool=esptool_py
23
+ wheelfirm.program.extra_params=
You can’t perform that action at this time.
0 commit comments