CITS Sniffer v2: ESP-IDF 5.5 Projektstruktur mit CMakeLists, sdkconfig, partitions_8M

This commit is contained in:
Clawdia
2026-05-18 14:20:53 +02:00
parent 9c1732c364
commit e11a375c54
303 changed files with 86363 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# Connect to the default openocd-esp port and stop on app_main()
set remotetimeout 10
target remote :3333
monitor reset halt
maintenance flush register-cache
thbreak app_main
continue