const char* mqttServer = ""; // ip of mqtt broker, for hivemq broker insert hivemq ip;
const int mqttPort = 1883; //port of mqtt broker, for hivemq broker change to 8883 or custom port;
const char* mqttUser = ""; // leave blank if no user/password configured
const char* mqttPassword = ""; // leave blank if no user/password configured
