Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/FixedPointsArduino/commit/813c17c039ec2e53751d447e86d1fc0dada5b91f?style=split&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Add a CMakeLists.txt that allows this to be used as an IDF component.

pull/103/head
James Aguilar 3 months ago
parent 5c2b12acd1
commit 813c17c039
  1. 3
      CMakeLists.txt

@ -0,0 +1,3 @@
idf_component_register(SRCS
INCLUDE_DIRS "src"
PRIV_INCLUDE_DIRS "src/FixedPointsCommon" "src/FixedPoints")
Loading…
Cancel
Save