Skip to content

ESP8266WiFi: add support for String arguments to begin and softAP methods #3213

Closed
@treii28

Description

@treii28

This is for the Arduino platform. The Arduino standard library includes a type String. Why do I still need to add a .c_str() to the end of all my parameters???

e.g.: WiFi.softAP(ssid.c_str(). passwd.c_str());

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions