We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 803279a commit 751a0a8Copy full SHA for 751a0a8
WiFi101WebThingAdapter.h
@@ -68,7 +68,7 @@ enum ReadState {
68
class WebThingAdapter {
69
public:
70
WebThingAdapter(String _name, uint32_t _ip, uint16_t _port = 80,
71
- bool _disableHostValidation)
+ bool _disableHostValidation = false)
72
: name(_name), port(_port), server(_port),
73
disableHostValidation(_disableHostValidation), mdns(udp) {
74
ip = "";
0 commit comments