01-01-2018, 11:28
Hi Werk
This morning I tried to update the software to V5. The TX & WD stations as far as I can tell went ok but the RX comes up with the following error and the upload failed, I have now reverted back to the original setup : -
Arduino: 1.8.5 (Windows 10), Board: "Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"
C:\Users\rich2\OneDrive\Documents\Arduino\WeatherDuino_Pro2_PLUS_v5.0_RH_20171229\WeatherDuino_Pro2_PLUS\v5.0\software\RX software\WeatherDuinoPro2Plus_RX_v500_b001\WeatherDuinoPro2Plus_RX_v500_b001.ino:596:0: warning: "TFT_DARKGREEN" redefined
#define TFT_DARKGREEN 0x0100
^
In file included from C:\Users\rich2\OneDrive\Documents\Arduino\WeatherDuino_Pro2_PLUS_v5.0_RH_20171229\WeatherDuino_Pro2_PLUS\v5.0\software\RX software\WeatherDuinoPro2Plus_RX_v500_b001\WeatherDuinoPro2Plus_RX_v500_b001.ino:56:0:
C:\Users\rich2\OneDrive\Documents\Arduino\libraries\TFT_ILI9341/TFT_ILI9341.h:167:0: note: this is the location of the previous definition
#define TFT_DARKGREEN 0x03E0 /* 0, 128, 0 */
^
C:\Users\rich2\OneDrive\Documents\Arduino\WeatherDuino_Pro2_PLUS_v5.0_RH_20171229\WeatherDuino_Pro2_PLUS\v5.0\software\RX software\WeatherDuinoPro2Plus_RX_v500_b001\D_TFT.ino:669:14: warning: character constant too long for its type
#if (Language == 'cs_CZ')
^
C:\Users\rich2\OneDrive\Documents\Arduino\WeatherDuino_Pro2_PLUS_v5.0_RH_20171229\WeatherDuino_Pro2_PLUS\v5.0\software\RX software\WeatherDuinoPro2Plus_RX_v500_b001\D_TFT.ino:669:26: warning: character constant too long for its type
#if (Language == 'cs_CZ')
^
Sketch uses 81206 bytes (31%) of program storage space. Maximum is 253952 bytes.
Global variables use 4801 bytes (58%) of dynamic memory, leaving 3391 bytes for local variables. Maximum is 8192 bytes.
An error occurred while uploading the sketch
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
This morning I tried to update the software to V5. The TX & WD stations as far as I can tell went ok but the RX comes up with the following error and the upload failed, I have now reverted back to the original setup : -
Arduino: 1.8.5 (Windows 10), Board: "Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"
C:\Users\rich2\OneDrive\Documents\Arduino\WeatherDuino_Pro2_PLUS_v5.0_RH_20171229\WeatherDuino_Pro2_PLUS\v5.0\software\RX software\WeatherDuinoPro2Plus_RX_v500_b001\WeatherDuinoPro2Plus_RX_v500_b001.ino:596:0: warning: "TFT_DARKGREEN" redefined
#define TFT_DARKGREEN 0x0100
^
In file included from C:\Users\rich2\OneDrive\Documents\Arduino\WeatherDuino_Pro2_PLUS_v5.0_RH_20171229\WeatherDuino_Pro2_PLUS\v5.0\software\RX software\WeatherDuinoPro2Plus_RX_v500_b001\WeatherDuinoPro2Plus_RX_v500_b001.ino:56:0:
C:\Users\rich2\OneDrive\Documents\Arduino\libraries\TFT_ILI9341/TFT_ILI9341.h:167:0: note: this is the location of the previous definition
#define TFT_DARKGREEN 0x03E0 /* 0, 128, 0 */
^
C:\Users\rich2\OneDrive\Documents\Arduino\WeatherDuino_Pro2_PLUS_v5.0_RH_20171229\WeatherDuino_Pro2_PLUS\v5.0\software\RX software\WeatherDuinoPro2Plus_RX_v500_b001\D_TFT.ino:669:14: warning: character constant too long for its type
#if (Language == 'cs_CZ')
^
C:\Users\rich2\OneDrive\Documents\Arduino\WeatherDuino_Pro2_PLUS_v5.0_RH_20171229\WeatherDuino_Pro2_PLUS\v5.0\software\RX software\WeatherDuinoPro2Plus_RX_v500_b001\D_TFT.ino:669:26: warning: character constant too long for its type
#if (Language == 'cs_CZ')
^
Sketch uses 81206 bytes (31%) of program storage space. Maximum is 253952 bytes.
Global variables use 4801 bytes (58%) of dynamic memory, leaving 3391 bytes for local variables. Maximum is 8192 bytes.
An error occurred while uploading the sketch
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

