08-10-2017, 06:53
Hi, trying to upload latest version to Tx but get the following error
Arduino: 1.8.2 (Windows 10), Board: "Arduino Nano, ATmega328"
C:\Users\JBA\Documents\Arduino\WeatherDuino_Pro2_PLUS\v4.1\software\TX software\WeatherDuino_Pro2_Universal_TX_v4_08102017\Process_IDx.ino: In function 'void send_SensorID2()':
Process_IDx:109: error: 'get_WindVane' was not declared in this scope
WindDir = get_WindVane();
^
Multiple libraries were found for "EEPROM.h"
Used: C:\Program Files\Arduino\hardware\arduino\avr\libraries\EEPROM
Not used: C:\Users\JBA\Documents\Arduino\libraries\EEPROM
exit status 1
'get_WindVane' was not declared in this scope
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
any ideas what i am doing wrong
Thanks
Jim
Arduino: 1.8.2 (Windows 10), Board: "Arduino Nano, ATmega328"
C:\Users\JBA\Documents\Arduino\WeatherDuino_Pro2_PLUS\v4.1\software\TX software\WeatherDuino_Pro2_Universal_TX_v4_08102017\Process_IDx.ino: In function 'void send_SensorID2()':
Process_IDx:109: error: 'get_WindVane' was not declared in this scope
WindDir = get_WindVane();
^
Multiple libraries were found for "EEPROM.h"
Used: C:\Program Files\Arduino\hardware\arduino\avr\libraries\EEPROM
Not used: C:\Users\JBA\Documents\Arduino\libraries\EEPROM
exit status 1
'get_WindVane' was not declared in this scope
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
any ideas what i am doing wrong
Thanks
Jim



