get mostly one directional comms working

This commit is contained in:
2025-04-27 01:45:02 +02:00
commit 0f2850dfca
18 changed files with 2085 additions and 0 deletions

2
main/CMakeLists.txt Normal file
View File

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