update bin
This commit is contained in:
Binary file not shown.
@@ -271,10 +271,10 @@ export const CREATE_CAMERA = {
|
|||||||
.appendField(Blockly.Msg.MIXLY_SETUP + Blockly.Msg.MIXLY_SMARTCAMERA)
|
.appendField(Blockly.Msg.MIXLY_SETUP + Blockly.Msg.MIXLY_SMARTCAMERA)
|
||||||
.appendField(Blockly.Msg.LISTS_SET_INDEX_SET + Blockly.Msg.MIXLY_SHOOTING_SIZE)
|
.appendField(Blockly.Msg.LISTS_SET_INDEX_SET + Blockly.Msg.MIXLY_SHOOTING_SIZE)
|
||||||
.appendField(new Blockly.FieldDropdown([
|
.appendField(new Blockly.FieldDropdown([
|
||||||
['240px*240px', "R240*240"],
|
['240px*240px', "R240X240"],
|
||||||
['320px*320px', "R320*320"],
|
['320px*320px', "R320X320"],
|
||||||
['128px*128px', "R128*128"],
|
['128px*128px', "R128X128"],
|
||||||
['96px*96px', "R96*96"],
|
['96px*96px', "R96X96"],
|
||||||
['VGA : 640px*480px', "VGA"],
|
['VGA : 640px*480px', "VGA"],
|
||||||
['HVGA : 480px*320px', "HVGA"],
|
['HVGA : 480px*320px', "HVGA"],
|
||||||
['QVGA : 320px*240px', "QVGA"],
|
['QVGA : 320px*240px', "QVGA"],
|
||||||
|
|||||||
Binary file not shown.
@@ -118,7 +118,7 @@
|
|||||||
"type": "command",
|
"type": "command",
|
||||||
"portSelect": "all",
|
"portSelect": "all",
|
||||||
"micropython:esp32s3:mixgo_sant": {
|
"micropython:esp32s3:mixgo_sant": {
|
||||||
"command": "\"{esptool}\" --chip esp32s3 --port {com} --baud {baudrate} --after hard_reset write_flash -e 0x0 \"{indexPath}/build/Mixgo_Sant_lib-v1.13.0.bin\" 0xF00000 \"{indexPath}/../micropython/build/HZK16_GBK.bin\""
|
"command": "\"{esptool}\" --chip esp32s3 --port {com} --baud {baudrate} --after hard_reset write_flash -e 0x0 \"{indexPath}/build/Mixgo_Sant_lib_DL-v1.25.0.bin\" 0xF00000 \"{indexPath}/../micropython/build/HZK16_GBK.bin\""
|
||||||
},
|
},
|
||||||
"micropython:esp32s3:mixgo_nova": {
|
"micropython:esp32s3:mixgo_nova": {
|
||||||
"command": "\"{esptool}\" --chip esp32s3 --port {com} --baud {baudrate} --after hard_reset write_flash -e 0x0 \"{indexPath}/build/Mixgo_Nova_lib-v1.21.0.bin\" 0x700000 \"{indexPath}/../micropython/build/HZK12.bin\""
|
"command": "\"{esptool}\" --chip esp32s3 --port {com} --baud {baudrate} --after hard_reset write_flash -e 0x0 \"{indexPath}/build/Mixgo_Nova_lib-v1.21.0.bin\" 0x700000 \"{indexPath}/../micropython/build/HZK12.bin\""
|
||||||
@@ -182,7 +182,7 @@
|
|||||||
"binFile": [
|
"binFile": [
|
||||||
{
|
{
|
||||||
"offset": "0x0000",
|
"offset": "0x0000",
|
||||||
"path": "./build/Mixgo_Sant_lib-v1.13.0.bin"
|
"path": "./build/Mixgo_Sant_lib_DL-v1.25.0.bin"
|
||||||
}, {
|
}, {
|
||||||
"offset": "0xF00000",
|
"offset": "0xF00000",
|
||||||
"path": "../micropython/build/HZK16_GBK.bin"
|
"path": "../micropython/build/HZK16_GBK.bin"
|
||||||
|
|||||||
Reference in New Issue
Block a user