File tree 1 file changed +25
-0
lines changed
Filter options
1 file changed +25
-0
lines changed
Original file line number Diff line number Diff line change
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
+
You can’t perform that action at this time.
0 commit comments