OpenIris/ESP/include/credentials.h
2022-03-02 22:14:00 +01:00

5 lines
154 B
C

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