added library to platformio.ini

This commit is contained in:
Chester 2023-11-27 13:44:56 +01:00
parent 96492cc9da
commit 4b6f4a136a
2 changed files with 11 additions and 8 deletions

View file

@ -33,7 +33,7 @@ struct CREDENTIAL {
std::vector<CREDENTIAL> const credentials = {
{ "ssid1", "********", "", "", ""} // no MQTT
, { "ssid2", "********", "10.14.0.1", "", ""} // MQTT without auth
, { "ssid3", "********", "10.0.0.111", "mqttuser", "mqtt1234"} // MQTT with auth
, { "ssid3", "********", "10.0.0.111", "mqttuser", "********"} // MQTT with auth
};
#if defined(ESP8266)