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

Pro2 PLUS upgrade to v3.0 - Some precautions!
#4

Compile Problem if one disables internet on RX ProPlus; Compiles OK if Enabled.
==============================================================
Arduino: 1.8.3 (Windows 10), Board: "Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"

C:\Users\JEREMY~1\AppData\Local\Temp\arduino_modified_sketch_604706\WeatherDuinoPro2Plus_RX_v300_b003.1.ino: In function 'void setup()':

WeatherDuinoPro2Plus_RX_v300_b003.1:518: error: 'getNtpTime' was not declared in this scope

   if (WiFi_connected && Enable_NTP == 1) getNtpTime();

                                                     ^

C:\Users\JEREMY~1\AppData\Local\Temp\arduino_modified_sketch_604706\Routines.ino: In function 'void RunEvery_1_Minute()':

Routines:197: error: 'getNtpTime' was not declared in this scope

   if (WiFi_connected && Enable_Internet == 1 && Enable_NTP == 1 && minute() % 59 == 0) getNtpTime();

                                                                                                   ^

exit status 1
'getNtpTime' was not declared in this scope

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
Reply


Messages In This Thread



Users browsing this thread: 1 Guest(s)