Skip to content

Commit

Permalink
Bump to v1.2.1 (#3)
Browse files Browse the repository at this point in the history
kbx81 authored Sep 9, 2024
1 parent a7c24fc commit 744c46e
Showing 5 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -10,9 +10,11 @@

# Build & debug cruft
**/.build*/*
**/bin/*
*.o
*.so*
*.dylib
*.xe
*.vcd
*.s
*.xi
@@ -36,6 +38,7 @@
.metadata
*.gtkw
*.swmem
*.bin
*.fs
*.swp

Binary file removed bin/ffva/1.2.0/ffva_v1.2.0.xe
Binary file not shown.
Binary file removed bin/ffva/1.2.0/ffva_v1.2.0_upgrade.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion examples/ffva/src/app_conf.h
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@
#define APP_VERSION_MINOR 2
#endif
#ifndef APP_VERSION_PATCH
#define APP_VERSION_PATCH 0
#define APP_VERSION_PATCH 1
#endif

/* Intertile port settings */
2 changes: 1 addition & 1 deletion examples/ffva/src/usb/usb_descriptors.c
Original file line number Diff line number Diff line change
@@ -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 0x0120 // for i2s firmware, start from v1.0.0
#define FIRMWARE_VERSION 0x0121 // for i2s firmware, start from v1.0.0

//--------------------------------------------------------------------+
// Device Descriptors

0 comments on commit 744c46e

Please sign in to comment.