Skip to content

Commit ac27b7b

Browse files
committed
Publish 0.6.0
1 parent 48f7d53 commit ac27b7b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

UNOR4USBBridge/at_handler.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
#define MAX_SERVER_AVAILABLE 4
1616
#define MAX_UDP_AVAILABLE 4
1717

18-
#define ESP_FW_VERSION "0.5.2"
18+
#define ESP_FW_VERSION "0.6.0"
1919
#define FIRMWARE_MAJOR 0
20-
#define FIRMWARE_MINOR 5
21-
#define FIRMWARE_PATCH 2
20+
#define FIRMWARE_MINOR 6
21+
#define FIRMWARE_PATCH 0
2222

2323
#define U8TOBCD(u) ((((u/10)%10)<<4)|(u%10))
2424

package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION="0.5.2"
1+
VERSION="0.6.0"
22
mkdir -p $VERSION
33
echo "Build in release mode"
44
bash export.sh > $VERSION/release.log 2>&1

0 commit comments

Comments
 (0)