Your ROOT_URL in app.ini is https://git.ondrovo.com/ but you are visiting http://159.69.29.240:49153/electro/esp8266-meteo/blame/branch/master/CMakeLists.txt You should set ROOT_URL correctly, otherwise the web may not work correctly.
WIP meteostation with ESP8266
esp8266-meteo/CMakeLists.txt

7 lines
229 B

2 years ago
# The following lines of boilerplate have to be in your project's
# CMakeLists in this exact order for cmake to work correctly
cmake_minimum_required(VERSION 3.5)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(meteo)