mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2024-10-05 20:47:50 -04:00
.
This commit is contained in:
parent
88a7335330
commit
5a86b36353
@ -68,4 +68,12 @@ connection.setServer(mqtt_server, 8883); // mqtt_server -> 192.168.50.16
|
||||
const char* WIFI_SSID = "IoT_bots";
|
||||
const char* WIFI_PASSWORD = "212212212";
|
||||
const char* mqtt_server = "192.168.50.16";
|
||||
|
||||
// MQTT Broker Root CA
|
||||
static const char NODE_CERT_CA[] PROGMEM = R"EOF(
|
||||
-----BEGIN CERTIFICATE-----
|
||||
< Cut&Paste content of CA certificate over here >
|
||||
-----END CERTIFICATE-----
|
||||
)EOF";
|
||||
|
||||
```
|
Loading…
Reference in New Issue
Block a user