Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/MicroDexed/src/commit/b6ebd24a6e50d99e6658a0364ce8ddbbec4fd28e/third-party/ArduinoJson/extras/ci/espidf/CMakeLists.txt
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
# ArduinoJson - https://arduinojson.org
|
|
# Copyright Benoit Blanchon 2014-2021
|
|
# MIT License
|
|
|
|
cmake_minimum_required(VERSION 3.5)
|
|
|
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
|
project(example)
|
|
|