Your ROOT_URL in app.ini is https://git.ondrovo.com/ but you are visiting http://159.69.29.240:49153/electro/esp8266-meteo/src/commit/51877aa7410daa5c0d346c00f3399b06e577c74f/main/cmd_mqtt.h You should set ROOT_URL correctly, otherwise the web may not work correctly.
WIP meteostation with ESP8266
 
 
 
esp8266-meteo/main/cmd_mqtt.h

12 lines
114 B

#pragma once
#ifdef __cplusplus
extern "C" {
#endif
void console_register_mqtt();
#ifdef __cplusplus
}
#endif