This commit is contained in:
2025-04-14 07:06:29 +02:00
commit b179e63a7f
12 changed files with 1279 additions and 0 deletions

2
main/CMakeLists.txt Normal file
View File

@@ -0,0 +1,2 @@
idf_component_register(SRCS "sx1262.c" "sx1262.h" "main.c"
INCLUDE_DIRS ".")