Gunter created a new topic ' compile error with weatherradio 1.15' in the forum. 3 years ago

Hi folks,

yesterday I tried many times to program the MCU 8266 via Arduino IDE with the latest version of weatherradio code (indi3rdparty/indi-duino/Firmwares). 
I got always errors from the compiler like "WL_WRONG_PASSWORD out of scope". This following pease of code is in module esp8266.h 
I figured out if I comment this code out it runs through with no errors. 
It doesn't really matter to me because this routine won't be used because I set the right password in config.h. But just to let you know.

//  case WL_WRONG_PASSWORD:
  //    if (esp8266Data.status == WIFI_CONNECTING) {
  //      addJsonLine("WiFi connection failed, wrong password.", MESSAGE_INFO);
  //      esp8266Data.status = WIFI_CONNECTION_FAILED;
  //    }
  //    break;

CS Gunter

Read More...