Hello,
I have an old RX v5.02 I tried to update today an I am running IDE 1.8.4 (on MacOS) with software v500 b002.
I came across the same compilation error:
exit status 1
'Serial1' was not declared in this scope
If I select the board Mega2560 it compiles, but when I programme my Nano I have to select the Nano micro so it won't upload.
ALOS, I also came across another issue related to the D_LCD tab which I corrected:
line 114: I believe should be:
else if (UV_OutUnit != 9 && TX_Unit[UV_OutUnit].UV != 0) L_info = 5; and not else if (UV_OutUnit != 9 TX_Unit[UV_OutUnit].UV != 0) L_info = 5;
line 124: I believe should be:
lcd.print(TX_Unit[UV_OutUnit].SolarRad); and not lcd.print(TX_Unit[SRUV_OutUnit].SolarRad);
My v5.02 has no wifi onboard, shall i just comment the wifi definition lines?
Thanks!
Zitoune
I have an old RX v5.02 I tried to update today an I am running IDE 1.8.4 (on MacOS) with software v500 b002.
I came across the same compilation error:
exit status 1
'Serial1' was not declared in this scope
If I select the board Mega2560 it compiles, but when I programme my Nano I have to select the Nano micro so it won't upload.
ALOS, I also came across another issue related to the D_LCD tab which I corrected:
line 114: I believe should be:
else if (UV_OutUnit != 9 && TX_Unit[UV_OutUnit].UV != 0) L_info = 5; and not else if (UV_OutUnit != 9 TX_Unit[UV_OutUnit].UV != 0) L_info = 5;
line 124: I believe should be:
lcd.print(TX_Unit[UV_OutUnit].SolarRad); and not lcd.print(TX_Unit[SRUV_OutUnit].SolarRad);
My v5.02 has no wifi onboard, shall i just comment the wifi definition lines?
Thanks!
Zitoune

