WD Software_latest release - Printable Version
+- WeatherDuino Forum (
https://www.meteocercal.info/forum)
+-- Forum: Weather Stations - WeatherDuino Pro2 Line (
https://www.meteocercal.info/forum/forum-4.html)
+--- Forum: Software Questions (
https://www.meteocercal.info/forum/forum-10.html)
+--- Thread: WD Software_latest release (
/thread-1814.html)
WD Software_latest release -
Barrow4491 - 10-04-2020
When compiling the software I get the following error, could you please advise
Jim
Code:
Arduino: 1.8.12 (Windows 10), Board: "LOLIN(WEMOS) D1 R2 & mini, 80 MHz, Flash, Legacy (new can return nullptr), All SSL ciphers (most compatible), 4MB (FS:2MB OTA:~1019KB), v2 Lower Memory, Disabled, None, Only Sketch, 921600"
C:\Users\barro\Documents\Arduino\WeatherDuino_4PESP8266_WD_v5.3_b001\WeatherDuino_4PESP8266_WD_v5.3_b001.ino: In function 'void loop()':
WeatherDuino_4PESP8266_WD_v5.3_b001:407:12: error: 'class TFT_eSPI' has no member named 'getTouch'
if (tft.getTouch(&t_x, &t_y))
^
exit status 1
'class TFT_eSPI' has no member named 'getTouch'
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
RE: WD Software_latest release -
Barrow4491 - 10-04-2020
(10-04-2020, 07:36)Barrow4491 Wrote: When compiling the software I get the following error, could you please advise
Jim
Code:
Arduino: 1.8.12 (Windows 10), Board: "LOLIN(WEMOS) D1 R2 & mini, 80 MHz, Flash, Legacy (new can return nullptr), All SSL ciphers (most compatible), 4MB (FS:2MB OTA:~1019KB), v2 Lower Memory, Disabled, None, Only Sketch, 921600"
C:\Users\barro\Documents\Arduino\WeatherDuino_4PESP8266_WD_v5.3_b001\WeatherDuino_4PESP8266_WD_v5.3_b001.ino: In function 'void loop()':
WeatherDuino_4PESP8266_WD_v5.3_b001:407:12: error: 'class TFT_eSPI' has no member named 'getTouch'
if (tft.getTouch(&t_x, &t_y))
^
exit status 1
'class TFT_eSPI' has no member named 'getTouch'
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
My apologies all good, changed the eSPI library to eSPI-1.4.8 (had multiple libraries and used the incorrect one)
Regards
Jim