06-06-2015, 02:09
As I said, this (frustrating) behavior was changed in the upcoming WeatherDuino Pro2 RX v1.4, to be released in the next few days, until then, just for testing you can uncomment the line 445 (WeatherDuino Pro 2 RX v013 b015).
This will make your screen is updated every minute, even when it is not receiving any data from the TX unit.
Code:
//Update_Display(); // HERE JUST FOR TESTINGThis will make your screen is updated every minute, even when it is not receiving any data from the TX unit.

