18-01-2019, 03:12
Hi Chris,
It is confirmed. There is an incompatibility between the date and time format sent by the old Pro2 receiver and the format that the new WiFi Wireless Display units expect to receive. Since these units can fetch the date and time from the Internet, a quick fix to make them work with the old Pro2 receiver, is by preventing the Pro2 RX to sent the date and time.
Supposing you are using the latest Pro2 RX software v4.0_b001, just comment line 475.
Please let me know if this solved the problem.
It is confirmed. There is an incompatibility between the date and time format sent by the old Pro2 receiver and the format that the new WiFi Wireless Display units expect to receive. Since these units can fetch the date and time from the Internet, a quick fix to make them work with the old Pro2 receiver, is by preventing the Pro2 RX to sent the date and time.
Supposing you are using the latest Pro2 RX software v4.0_b001, just comment line 475.
Code:
//sendData(Relay_ID, 127, YearNow - 1900, MonthNow , DayNow, Master_Time);Please let me know if this solved the problem.

