We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f91571 commit 54e83e4Copy full SHA for 54e83e4
UNOR4USBBridge/at_handler.h
@@ -15,10 +15,10 @@
15
#define MAX_SERVER_AVAILABLE 4
16
#define MAX_UDP_AVAILABLE 4
17
18
-#define ESP_FW_VERSION "0.4.1"
+#define ESP_FW_VERSION "0.5.0"
19
#define FIRMWARE_MAJOR 0
20
-#define FIRMWARE_MINOR 4
21
-#define FIRMWARE_PATCH 1
+#define FIRMWARE_MINOR 5
+#define FIRMWARE_PATCH 0
22
23
#define GPIO_BOOT 9
24
#define GPIO_RST 4
unor4wifi-updater/package.sh
@@ -55,7 +55,7 @@ function package_macos() {
55
56
}
57
58
-VERSION="0.4.1"
+VERSION="0.5.0"
59
60
# Cleanup before starting
61
rm -rf unor4wifi-update-linux*
0 commit comments