-
Notifications
You must be signed in to change notification settings - Fork 367
Unable to compile TimeClient straight out of the box #148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I have the exact same issue and
My problem now is that some UI elements are flashing, as described. This seems to be caused by the missing touch screen in my hardware-setup. |
I had the same error – here was the modification i made which resulted in a successful compilation.
Refs:
|
|
Not sure which application you compiled and in which environment you tried. I just tested WeatherStationDemoExtended and PlaneSpotterDemo (both use |
@marcelstoer I used the Arduino IDE v.1.8.5, the v.2.5.0 (beta2) ESP8266 board definition and selected the WEMOS D1 R2 board. |
I had issues when I tried to use the weather station demo. With the edited time client, it worked. I tried using IDE 1.8.3 & 1.8.7 both threw the same errors |
Downgrade esp8266 2.5.x beta to 2.4.x stable itll be solved. |
We've had issues with that before, sigh. While it's true that floating point division does not have a |
We since released Weather Station library v1.6.5 which includes this fix. |
I invite you to comment on esp8266/Arduino#5554 |
Sample code doesn't compile for weatherstation. Returns the following error
We are using the default settings.h but something seems simple that we are missing. Any help would be appreciated.
The text was updated successfully, but these errors were encountered: