I've just discovered this project and it sounds great. Thanks a lot to the developpers

I get several errors :
First error:
ESPEasy:140: error: no matching function for call to 'PubSubClient::PubSubClient(const char [1])'
I know this one is not due to not finding the library as if I change the parameter of the PubSubClient MQTTclient("") call, then it can find one of the function declared in the .h file and this error does not appear anymore.
Other errors:
ESPEasy:255: error: 'emergencyReset' was not declared in this scope
emergencyReset();
ESPEasy:257: error: 'LoadSettings' was not declared in this scope
LoadSettings();
... and it goes on like that.
I may have missed something very obvious so sorry if I have done something stupid. Haven't used an IDE for a long time...
Thanks