hello,
following 2 compilation errors for use with a 20X4 LCD on the RX PRO2 + V500_b002 with IDE 1.8.5 on MAC, I modified the code in the D_LCD tab
line 114: else if (UV_OutUnit! = 9 TX_Unit [UV_OutUnit] .UV! = 0) L_info = 5;
i wrote: else if (UV_OutUnit! = 9 && TX_Unit [UV_OutUnit] .UV! = 0) L_info = 5;
![[Image: captur10.png]](https://i62.servimg.com/u/f62/18/46/27/88/captur10.png)
now, it's OK
following 2 compilation errors for use with a 20X4 LCD on the RX PRO2 + V500_b002 with IDE 1.8.5 on MAC, I modified the code in the D_LCD tab
line 114: else if (UV_OutUnit! = 9 TX_Unit [UV_OutUnit] .UV! = 0) L_info = 5;
i wrote: else if (UV_OutUnit! = 9 && TX_Unit [UV_OutUnit] .UV! = 0) L_info = 5;
![[Image: captur10.png]](https://i62.servimg.com/u/f62/18/46/27/88/captur10.png)
now, it's OK

