Update Raspjavik_1.ino

This commit is contained in:
2023-10-19 17:21:44 +02:00
parent 98886a0179
commit 6049f6ab44

View File

@@ -26,12 +26,12 @@ DallasTemperature sensors(&oneWire); // Pass our oneWire reference to Dallas Tem
// Replaced parameters // Replaced parameters
// Rikki // Rikki
const char* ssid = "Asus2"; //network credentials const char* ssid = "As"; //network credentials
const char* password = "lukas1234"; const char* password = "hgj65";
/* /*
// F7 // F7
const char* ssid = "Hringdu-2.4G-2dfM"; //network credentials F7 const char* ssid = "Hringdu-2"; //network credentials F7
const char* password = "8hs9gmmV"; const char* password = "45jy";
*/ */
const int tmin = -3; // min temperature const int tmin = -3; // min temperature
const int tmax = 3; // max temperature const int tmax = 3; // max temperature