You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Several definitions found in wl_definitions.h for the normal Arduino WiFi library are missing in the Renesas Core's WiFiS3 library's WiFiTypes.h. I'm not sure all of the definitions are needed since this implementation is different than the normal WiFi library, but at least some of them are.
For example, many of the length definitions such as WL_MAC_ADDR_LENGTH are helpful when declaring arrays in sketches.
The text was updated successfully, but these errors were encountered:
Several definitions found in
wl_definitions.h
for the normal Arduino WiFi library are missing in the Renesas Core's WiFiS3 library'sWiFiTypes.h
. I'm not sure all of the definitions are needed since this implementation is different than the normal WiFi library, but at least some of them are.For example, many of the length definitions such as
WL_MAC_ADDR_LENGTH
are helpful when declaring arrays in sketches.The text was updated successfully, but these errors were encountered: