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/1bb827c5db294eecd89947d1d86a3ce55b97d6eb/components/bmp280/CMakeLists.txt
You should set ROOT_URL correctly, otherwise the web may not work correctly.
WIP meteostation with ESP8266
|
set(COMPONENT_ADD_INCLUDEDIRS .)
|
|
|
|
set(COMPONENT_SRCS "bmp280.c")
|
|
|
|
#set(COMPONENT_REQUIRES console spi_flash)
|
|
|
|
register_component()
|
|
|