Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 72712c8

Browse filesBrowse files
committed
patches: remove v from WHD_VERSION define
1 parent 6fc83c8 commit 72712c8
Copy full SHA for 72712c8

File tree

1 file changed

+25
-0
lines changed
Filter options

1 file changed

+25
-0
lines changed
+25Lines changed: 25 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.