update server adress on esp32
This commit is contained in:
parent
3b339846ca
commit
4dc91c3eeb
2 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
const char* ssid = "ProotAP";
|
||||
const char* password = "prootproot!";
|
||||
const char* mqttServer = "192.168.10.1";
|
||||
const char* mqttServer = "10.1.1.15";
|
||||
const int mqttPort = 1883;
|
||||
const char* mqttTopic = "test";
|
||||
|
||||
|
|
BIN
faces/prootface1.png
Normal file
BIN
faces/prootface1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 529 B |
Loading…
Reference in a new issue