Skip to content

Commit

Permalink
323
Browse files Browse the repository at this point in the history
Now the *.bin file includes all partitions (so you can just flash it at 0x0).
  • Loading branch information
xyzroe committed Oct 24, 2024
1 parent a53f930 commit f94e19c
Show file tree
Hide file tree
Showing 5 changed files with 289 additions and 117 deletions.
4 changes: 1 addition & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,5 @@
"freertos.h": "c",
"zigbee.h": "c"
},
"editor.formatOnSave": true,
"idf.port": "/dev/tty.usbmodemflip_Elevlox1",
"idf.openOcdConfigs": ["board/esp32c6-builtin.cfg"]
"editor.formatOnSave": true
}
9 changes: 0 additions & 9 deletions external_converter/ZigUSB_C6.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions main/const.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
#define EXT_LED_ENDPOINT 3 /* the endpoint number for the external LED */
#define INV_USB_ENDPOINT 4 /* the endpoint number for the USB switch (inverted logic) */

#define OTA_FW_VERSION 0x00000140 /* The attribute indicates the version of the firmware */
#define FW_BUILD_DATE "20241021" /* The parameter indicates the build date of the firmware */
#define OTA_FW_VERSION 0x00000143 /* The attribute indicates the version of the firmware */
#define FW_BUILD_DATE "20241024" /* The parameter indicates the build date of the firmware */

/* GPIO configuration */
#define BTN_GPIO_1 5 /* Button from v0.3 */
Expand Down
Loading

0 comments on commit f94e19c

Please sign in to comment.