Closed
Description
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.