WL Definitions Missing #294
Labels
conclusion: resolved
Issue was resolved
topic: code
Related to content of the project itself
type: enhancement
Proposed improvement
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: