Your ROOT_URL in app.ini is https://git.ondrovo.com/ but you are visiting http://159.69.29.240:49153/MightyPork/tangara-fw/commit/8dee86f1f3611c8ca5d3f565128025e90f0cc6a7?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

version bump

custom
jacqueline 2 months ago
parent a3be3cbfff
commit 8dee86f1f3
  1. 2
      tools/cmake/common.cmake

@ -5,7 +5,7 @@
# For more information about build system see
# https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/build-system.html
set(PROJECT_VER "1.2.2")
set(PROJECT_VER "1.3.0")
# esp-idf sets the C++ standard weird. Set cmake vars to match.
set(CMAKE_CXX_STANDARD 23)

Loading…
Cancel
Save