20-06-2020, 16:33
(20-06-2020, 10:37)Zack_ster Wrote: Just to let you know, there is a small error in the compact Rx code: the WU Credentials names are different on the Credentials.h tab to the NET tab. In the Credentials.h tab the names are:
On the NET tab they are:Code:// --------------------------------------------------------------------------------------
// WU Credentials
// --------------------------------------------------------------------------------------
const char* WU_STATION_ID = "ISHIRENE2"; // WU Station ID
const char* WU_PWD = "FIXV9HBT"; // WU Station Key
Code:Data += WUNDERGROUND_STATION_ID;
Data += WUNDERGROUND_PWD;
Thank you Zak, already fixed it.
Rgs.

