Skip to content

Commit 0a7d746

Browse files
authored
Merge pull request #995 from revolter/patch-1
Add missing line to code sample
2 parents c9665ad + 725f824 commit 0a7d746

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@ wifiManager.addParameter(&custom_text);
309309
Just add the bit you want added as the last parameter to the custom parameter constructor.
310310
```cpp
311311
WiFiManagerParameter custom_mqtt_server("server", "mqtt server", "iot.eclipse", 40, " readonly");
312+
wifiManager.addParameter(&custom_mqtt_server);
312313
```
313314

314315
#### Theming

0 commit comments

Comments
 (0)