Hello to all.
I have just bought the am, but trying to compile the code it gives me the following error.
WeatherDuino_P2ESP8266_RX_v1.2_b002:51:25: error: ESP8266Ping.h: No such file or directory
#include <ESP8266Ping.h>
I am only using the libraries included, with the from Weatherduino downloaded code.
Where to get that library?
Best regards
Max
(23-09-2018, 12:34)Xroads Wrote: [ -> ]Hello to all.
I have just bought the am, but trying to compile the code it gives me the following error.
WeatherDuino_P2ESP8266_RX_v1.2_b002:51:25: error: ESP8266Ping.h: No such file or directory
#include <ESP8266Ping.h>
I am only using the libraries included, with the from Weatherduino downloaded code.
Where to get that library?
Best regards
Max
Hello Max,
I've been checking, and it seems that by lapse I do not include this library in the software package. I have already updated the software package, please download it again.
Just add the missing library to the same folder where you have the other Arduino libraries. The software included in the new package did not change.
Please report back.
Thank you
(23-09-2018, 18:58)Werk_AG Wrote: [ -> ]Hello Max,
I've been checking, and it seems that by lapse I do not include this library in the software package. I have already updated the software package, please download it again.
Just add the missing library to the same folder where you have the other Arduino libraries. The software included in the new package did not change.
Please report back.
Thank you
Hello Werk_AG
Thank you.
I'm now getting this following error.
WeatherDuino_P2ESP8266_RX_v1.2_b002:323:8: error: no matching function for call to 'BME280::BME280()'
BME280 bme;
Max
Hi Max,
Please check if you are using the BME280 library supplied with the software package and not any other.
There is a newer version of the BME280 library that isn't compatible with the WeatherDuino software.
Regards