We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b1465c commit 4d0d395Copy full SHA for 4d0d395
UNOR4USBBridge/at_handler.h
@@ -14,10 +14,10 @@
14
#define MAX_SERVER_AVAILABLE 4
15
#define MAX_UDP_AVAILABLE 4
16
17
-#define ESP_FW_VERSION "0.4.0"
+#define ESP_FW_VERSION "0.4.1"
18
#define FIRMWARE_MAYOR 0
19
#define FIRMWARE_MINOR 4
20
-#define FIRMWARE_PATCH 0
+#define FIRMWARE_PATCH 1
21
22
#define GPIO_BOOT 9
23
#define GPIO_RST 4
unor4wifi-updater/package.sh
@@ -55,7 +55,7 @@ function package_macos() {
55
56
}
57
58
-VERSION="4.0.0"
+VERSION="4.0.1"
59
60
# Cleanup before starting
61
rm -rf unor4wifi-update-linux*
0 commit comments