ThingPulse / esp8266-weather-station

ESP8266 Weather Station library supporting OpenWeatherMap, Aeris and other sources
MIT License
1.06k stars 359 forks source link

Issue while installing dependences #218

Closed mrxehmad closed 3 weeks ago

mrxehmad commented 3 weeks ago

I am facing issue while installing Dependencies even ChatGPT is not helping 😅

`F:\esp8266_deauther-2\ESP8266_Weather_Station-2.2.0\examples\WeatherStationDemo\WeatherStationDemo.ino:41:25: fatal error: SSD1306Wire.h: No such file or directory

include "SSD1306Wire.h"

                     ^

compilation terminated. exit status 1

Compilation error: SSD1306Wire.h: No such file or directory`

sonofcy commented 3 weeks ago

Install the missing libraries. ChatGPT can’t helpOn Jun 22, 2024, at 11:22, Ehmad Nobi @.***> wrote: I am facing issue while installing Dependencies even ChatGPT is not helping 😅

include "SSD1306Wire.h"

include "OLEDDisplayUi.h"

include "Wire.h"

include "OpenWeatherMapCurrent.h"

include "OpenWeatherMapForecast.h"

include "WeatherStationFonts.h"

include "WeatherStationImages.h"

`F:\esp8266_deauther-2\ESP8266_Weather_Station-2.2.0\examples\WeatherStationDemo\WeatherStationDemo.ino:41:25: fatal error: SSD1306Wire.h: No such file or directory

include "SSD1306Wire.h"

^ compilation terminated. exit status 1 Compilation error: SSD1306Wire.h: No such file or directory`

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>