Skip to content

Commit 4394ba0

Browse files
committed
Publish 0.5.2
1 parent dfe1aba commit 4394ba0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

UNOR4USBBridge/at_handler.h

Lines changed: 2 additions & 2 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.1"
18+
#define ESP_FW_VERSION "0.5.2"
1919
#define FIRMWARE_MAJOR 0
2020
#define FIRMWARE_MINOR 5
21-
#define FIRMWARE_PATCH 1
21+
#define FIRMWARE_PATCH 2
2222

2323
#define GPIO_BOOT 9
2424
#define GPIO_RST 4

package.sh

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

0 commit comments

Comments
 (0)