Your ROOT_URL in app.ini is https://git.ondrovo.com/ but you are visiting http://159.69.29.240:49153/MightyPork/tangara-fw/blame/commit/5adcbe3e8107c4838c6cbb47e50be937b69a286c/CMakeLists.txt You should set ROOT_URL correctly, otherwise the web may not work correctly.
Fork of Tangara with customizations
tangara-fw/CMakeLists.txt

11 lines
312 B

cmake_minimum_required(VERSION 3.16)
include(common.cmake)
3 years ago
# No exceptions in app builds (this is different in test builds).
idf_build_set_property(COMPILE_OPTIONS "-DRESULT_DISABLE_EXCEPTIONS" APPEND)
# Include all app components.
list(APPEND EXTRA_COMPONENT_DIRS "$ENV{PROJ_PATH}/src")
3 years ago
project(gay-ipod-fw)