Skip to content

Commit

Permalink
Sync USB descriptors for version (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbx81 authored Sep 17, 2024
1 parent 837b41a commit 1a1df7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ffva/src/app_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#define APP_VERSION_MINOR 3
#endif
#ifndef APP_VERSION_PATCH
#define APP_VERSION_PATCH 0
#define APP_VERSION_PATCH 1
#endif

/* Intertile port settings */
Expand Down
2 changes: 1 addition & 1 deletion src/ffva/src/usb/usb_descriptors.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
#define PRODUCT_STR "ESPHome Voice Kit"
#define VENDOR_STR "Seeed Studio"
// should same as APP_VERSION_MAJOR APP_VERSION_MINOR APP_VERSION_PATCH
#define FIRMWARE_VERSION 0x0121 // for i2s firmware, start from v1.0.0
#define FIRMWARE_VERSION 0x0131 // for i2s firmware, start from v1.0.0

//--------------------------------------------------------------------+
// Device Descriptors
Expand Down

0 comments on commit 1a1df7c

Please sign in to comment.