Closed as not planned
Description
The documentation of Functions should IMHO at least mention the type of the returned parameter(s).
E.g: https://www.arduino.cc/reference/en/language/variables/data-types/string/functions/length/
Returns
The length of the String in characters.
As what?
Integer, Byte, unsigned Integer?
Why isn't that mentioned?
How do you react on that error using the Arduino documentation?
error: format '%u' expects a matching 'unsigned int' argument [-Werror=format=]
Console2.printf("\nTry conn' to %s (%u) , %s (%u) \n", ssid.c_str(), ssid.length(), pass.c_str()), pass.length();
Thank you for considering my request for the benefit of everybody.