Skip to content

Commit

Permalink
update data
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Prado committed Apr 2, 2021
1 parent cf2229e commit 995cf47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plant_monitor.ino
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jpradoar (arroba) gm4il punto COM
#define DHTTYPE DHT22 // DHT 22 (AM2302), AM2321

// WIFI
const char* ssid = "TeleCentro-2e3d"; // SSID
const char* password = "IDDQD_ax018"; // Password
const char* ssid = "MySSID"; // SSID
const char* password = "MySSID-PASS"; // Password

/*-------------------------------- USER CONFIGURED SECTION START -------------------------------- */
const char* mqtt_server = "mosquitto"; // Servidor donde esta el MQTT server
Expand Down

0 comments on commit 995cf47

Please sign in to comment.