Closed lucadelu closed 6 years ago
Hi,
Please post this on the Forum. forum.switchdoc.com http://forum.switchdoc.com/ and BP will answer it there!
John
On Feb 8, 2018, at 1:11 AM, Luca Delucchi notifications@github.com wrote:
Hi,
I'm trying to update the OurWeatherWeatherPlus version on my OurWeather. I'm using Arduino IDE (1.8.5) using "Adafruit HUZZAH ESP8266" as board but I continue to get these errors (I tried with different OS and also with different version of Arduino IDE and also of code, but nothing changes)
In file included from /home/lucadelu/github/MWS/OurWeatherDev/SDL_ESP8266_WeatherPlus/SDL_ESP8266_WeatherPlus.ino:76:0: /home/lucadelu/.arduino15/packages/esp8266/hardware/esp8266/2.4.0/libraries/Wire/Wire.h: In function 'bool readWXLink()': /home/lucadelu/.arduino15/packages/esp8266/hardware/esp8266/2.4.0/libraries/Wire/Wire.h:70:13: note: candidate 1: uint8_t TwoWire::requestFrom(int, int, int) uint8_t requestFrom(int, int, int); ^ /home/lucadelu/.arduino15/packages/esp8266/hardware/esp8266/2.4.0/libraries/Wire/Wire.h:64:12: note: candidate 2: size_t TwoWire::requestFrom(uint8_t, size_t, bool) size_t requestFrom(uint8_t address, size_t size, bool sendStop); ^ /home/lucadelu/.arduino15/packages/esp8266/hardware/esp8266/2.4.0/libraries/Wire/Wire.h:70:13: note: candidate 1: uint8_t TwoWire::requestFrom(int, int, int) uint8_t requestFrom(int, int, int); ^ /home/lucadelu/.arduino15/packages/esp8266/hardware/esp8266/2.4.0/libraries/Wire/Wire.h:64:12: note: candidate 2: size_t TwoWire::requestFrom(uint8_t, size_t, bool) size_t requestFrom(uint8_t address, size_t size, bool sendStop); ^ /home/lucadelu/.arduino15/packages/esp8266/hardware/esp8266/2.4.0/libraries/Wire/Wire.h:70:13: note: candidate 1: uint8_t TwoWire::requestFrom(int, int, int) uint8_t requestFrom(int, int, int); ^ /home/lucadelu/.arduino15/packages/esp8266/hardware/esp8266/2.4.0/libraries/Wire/Wire.h:64:12: note: candidate 2: size_t TwoWire::requestFrom(uint8_t, size_t, bool) size_t requestFrom(uint8_t address, size_t size, bool sendStop); ^ /home/lucadelu/.arduino15/packages/esp8266/hardware/esp8266/2.4.0/libraries/Wire/Wire.h:70:13: note: candidate 1: uint8_t TwoWire::requestFrom(int, int, int) uint8_t requestFrom(int, int, int); ^ /home/lucadelu/.arduino15/packages/esp8266/hardware/esp8266/2.4.0/libraries/Wire/Wire.h:64:12: note: candidate 2: size_t TwoWire::requestFrom(uint8_t, size_t, bool) size_t requestFrom(uint8_t address, size_t size, bool sendStop); ^ Archiving built core (caching) in: /tmp/arduino_cache_67619/core/core_esp8266_esp8266_huzzah_CpuFrequency_80,FlashSize_4M1M,LwIPVariant_v2mss536,Debug_Disabled,DebugLevel_None____,UploadSpeed_115200_c11f787689a11fb3cc84caa40fd0a557.a Sketch uses 392864 bytes (37%) of program storage space. Maximum is 1044464 bytes. Global variables use 47532 bytes (58%) of dynamic memory, leaving 34388 bytes for local variables. Maximum is 81920 bytes. warning: espcomm_sync failed error: espcomm_open failed error: espcomm_upload_mem failed error: espcomm_upload_mem failed do you have any help for me?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/switchdoclabs/OurWeatherWeatherPlus/issues/13, or mute the thread https://github.com/notifications/unsubscribe-auth/AHEsSLCB6FBZvQGiWPZsVTZmWeIN-Je-ks5tSroygaJpZM4R-A8g.
Hi,
I'm trying to update the OurWeatherWeatherPlus version on my OurWeather. I'm using Arduino IDE (1.8.5) using "Adafruit HUZZAH ESP8266" as board but I continue to get these errors (I tried with different OS and also with different version of Arduino IDE and also of code, but nothing changes)
do you have any help for me?