EmonESP - Arduino Compiling errors. Help... Missing Libraries?

Hi,

Just built up the Heatpump board and just down to flasing the ESP module.

Downloaded the files from here and followed the Option 2 Instructions for Arduino.

Getting these errors, do i need to install more libraries than come with the master download?

Multiple libraries were found for “Hash.h”
In file included from E:\Dropbox\Eco Tech\OpenEnergyMonitor\EmonESP-master\src\src.ino:29:0:

Used: C:\Users\BAKER\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.5.2\libraries\Hash
web_server.h:30:25: error: ESPAsyncTCP.h: No such file or directory

#include <ESPAsyncTCP.h>

                     ^

compilation terminated.

exit status 1
ESPAsyncTCP.h: No such file or directory

Got it to work. Found the missing libraries here on a copy of the project with the added “Libraries” folder.

Im no expert on GitHub yet, but i stumbled on it and it worked.

Coincidence that the libraries to this were only added yesterday…

Yup. See this thread.

So it compiled, did it work when you flashed it?

Problem with SPIFFS now. I have added to that thread!

Thanks