OpenIris/ESP/include/credentials.h
Zdzislaw Goik f7c659a3bc
Feature/rewrite to asyncwebserver (#11)
* Rewrite get parameters and streaming to asyncwebserver

* Code cleanup
2022-04-26 00:10:59 +02:00

5 lines
153 B
C

const char *ssid = "";
const char *password = "";
const char *OTAPassword = ""; // if empty, no password will be required
uint16_t OTAServerPort = 3232;