C2: Add PCBSN and MAC Address support

This commit is contained in:
David Rebbe
2026-04-14 13:37:27 -04:00
committed by Kyle Schwarz
parent 5b553b63d3
commit 6dc005fcea
7 changed files with 212 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
add_executable(libicsneoc2-device-info-example src/main.c)
target_link_libraries(libicsneoc2-device-info-example icsneoc2-static)
if(WIN32)
target_compile_definitions(libicsneoc2-device-info-example PRIVATE _CRT_SECURE_NO_WARNINGS)
endif()