WeatherDuino Forum

Full Version: Compiling issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, I'm surely doing something very obviously wrong, but I cannot get the software to compile, I get an error that the libraries are missing. I've updated the location of the files in the IDE preferences (I'm using 1.8.19 on mac Sonoma) to the provided libraries:

/Users/user/Documents/Arduino Projects/Weatherduino/Current software/WeatherDuino_4PRO_DB_v6.3_b004_20240826/libraries

[attachment=3282]

I'm using esp32 board manager 2.0.14

[attachment=3283]

The error message: 

Code:
Multiple libraries were found for "WiFi.h"
Used: /Users/user/Library/Arduino15/packages/esp32/hardware/esp32/2.0.14/libraries/WiFi
Not used: /Applications/Arduino.app/Contents/Java/libraries/WiFi
WeatherDuino_4PESP32_RX_v6.3_b004:60:10: fatal error: ESP32Ping.h: No such file or directory
#include <ESP32Ping.h>            // https://github.com/Maidbot/ESP32Ping - This lib works, others cause problems!!!
          ^~~~~~~~~~~~~
compilation terminated.
exit status 1
ESP32Ping.h: No such file or directory



Arduino: 1.8.19 (Mac OS X), Board: "MH ET LIVE ESP32MiniKit, 80MHz, Default with spiffs, 921600, None, Disabled"

Cannot figure out what I'm doing wrong - I'm surely missing something very obvious! I haven't messed around with the weather station since last year and got a new wifi network so needed to update those credentials, and also upload the latest firmware.

Apologies for the very basic question and thanks in advance for any help,

Zac
Ugh, nevermind, I was setting the preference to the library, where it wanted the whole sketchbook.... 

KNEW it was going to be something simple!
Like