Hi guys, I keep getting the same errors all the time.
They all seem to be related to this one :
ın function 'void loop()':
Here are the codes,and bellow the list of errors.Im very inexperienced about programming,and I dont have a clue on where's the error.Thanks in advance.
F:\weather_station_v2\weather_station_v2.ino: In function 'void loop()':
F:\weather_station_v2\weather_station_v2.ino:139:34: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
myGLCD.print("weather", i, 37);
^
F:\weather_station_v2\weather_station_v2.ino:148:46: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
myGLCD.print("MINI HAVA ISTASYONU", 7, 37);
^
F:\weather_station_v2\weather_station_v2.ino:149:44: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
myGLCD.print("SENSORLER OKUNUYOR", 8, i);
^
F:\weather_station_v2\weather_station_v2.ino:167:29: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
myGLCD.print("C",72,27);
^
F:\weather_station_v2\weather_station_v2.ino:169:29: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
myGLCD.print("o",70,22);
^
F:\weather_station_v2\weather_station_v2.ino:180:28: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
myGLCD.print("%",9,28);
^
F:\weather_station_v2\weather_station_v2.ino:192:31: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
myGLCD.print("hPa",40,43);
^
F:\weather_station_v2\weather_station_v2.ino:201:46: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
myGLCD.print("BASINC (SON 24 SAAT)",6,0);
^
F:\weather_station_v2\weather_station_v2.ino:202:35: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
myGLCD.print("1000 hPa",0,42);
^
F:\weather_station_v2\weather_station_v2.ino:203:35: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
myGLCD.print("1050 hPa",0,11);
^
F:\weather_station_v2\weather_station_v2.ino:345:46: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
myGLCD.print("BASINC (SON 24 SAAT)",6,0);
^
F:\weather_station_v2\weather_station_v2.ino:347:37: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
myGLCD.print("Ortalama: ",0,10);
^
F:\weather_station_v2\weather_station_v2.ino:349:35: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
myGLCD.print("Guncel: ",0,25);
^
F:\weather_station_v2\weather_station_v2.ino:351:33: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
myGLCD.print("Fark: ",5,40);
^