Skip to content

Commit 6175e39

Browse files
authored
Merge pull request #1020 from pennam/wifi-version-patch
patches: remove v from WHD_VERSION define
2 parents 6fc83c8 + 72712c8 commit 6175e39

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
From fa1e9697ca3b74489bd2eb08ab9ab1ffeee2a298 Mon Sep 17 00:00:00 2001
2+
From: pennam <m.pennasilico@arduino.cc>
3+
Date: Fri, 31 Jan 2025 16:34:05 +0100
4+
Subject: [PATCH 246/247] WHD: remove v from WHD_VERSION define
5+
6+
---
7+
.../wifi/COMPONENT_WHD/wifi-host-driver/inc/whd_version.h | 3 ++-
8+
1 file changed, 2 insertions(+), 1 deletion(-)
9+
10+
diff --git a/connectivity/drivers/wifi/COMPONENT_WHD/wifi-host-driver/inc/whd_version.h b/connectivity/drivers/wifi/COMPONENT_WHD/wifi-host-driver/inc/whd_version.h
11+
index 1caef23b67..5f69d8c3e0 100755
12+
--- a/connectivity/drivers/wifi/COMPONENT_WHD/wifi-host-driver/inc/whd_version.h
13+
+++ b/connectivity/drivers/wifi/COMPONENT_WHD/wifi-host-driver/inc/whd_version.h
14+
@@ -15,6 +15,7 @@
15+
* limitations under the License.
16+
*/
17+
18+
-#define WHD_VERSION "v1.94.0"
19+
+/* This define is used by arduino::WiFiClass::firmwareVersion() do not prepend v */
20+
+#define WHD_VERSION "1.94.0"
21+
#define WHD_BRANCH "v1.94.0"
22+
#define WHD_DATE "2021-04-27 16:54:34 +0800"
23+
--
24+
2.47.2
25+

0 commit comments

Comments
 (0)