Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

compile error
#9

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
Reply


Messages In This Thread
compile error - by markkkk42 - 17-10-2017, 10:23
RE: compile error - by markkkk42 - 17-10-2017, 11:01
RE: compile error - by markkkk42 - 17-10-2017, 12:01
RE: compile error - by laulau - 17-10-2017, 13:15
RE: compile error - by markkkk42 - 17-10-2017, 13:29
RE: compile error - by dormani - 27-12-2017, 05:12
RE: compile error - by werk_ag - 27-12-2017, 06:42
RE: compile error - by dormani - 27-12-2017, 07:12
RE: compile error - by zitoune - 16-02-2018, 11:04
RE: compile error - by zitoune - 16-02-2018, 11:23



Users browsing this thread: 1 Guest(s)