Skip to content

Commit cf17374

Browse files
author
Federico Fissore
committed
Libraries: added help files to mitigate missing contextual reference issue
1 parent e0be655 commit cf17374

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

keywords.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
# Library (KEYWORD1)
77
#######################################
88

9-
WiFi KEYWORD1
10-
WiFiUdp KEYWORD1
9+
WiFi KEYWORD1 WiFi
10+
WiFiUdp KEYWORD1 WiFiUDPConstructor
1111

1212
#######################################
1313
# Datatypes (KEYWORD1)
1414
#######################################
1515

16-
Client KEYWORD1
17-
Server KEYWORD1
16+
Client KEYWORD1 WiFiClientConstructor
17+
Server KEYWORD1 WiFiServerConstructor
1818

1919
#######################################
2020
# Methods and Functions (KEYWORD2)
@@ -43,9 +43,9 @@ RSSI KEYWORD2
4343
encryptionType KEYWORD2
4444
getResult KEYWORD2
4545
getSocket KEYWORD2
46-
WiFiClient KEYWORD2
47-
WiFiServer KEYWORD2
48-
WiFiUDP KEYWORD2
46+
WiFiClient KEYWORD2 WiFiClient
47+
WiFiServer KEYWORD2 WiFiServer
48+
WiFiUDP KEYWORD2 WiFiUDPConstructor
4949
beginPacket KEYWORD2
5050
endPacket KEYWORD2
5151
parsePacket KEYWORD2

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=WiFi
2-
version=1.2.2
2+
version=1.2.3
33
author=Arduino
44
maintainer=Arduino <[email protected]>
55
sentence=Enables network connection (local and Internet) using the Arduino WiFi shield. For all Arduino boards.

0 commit comments

Comments
 (0)