Skip to content
Snippets Groups Projects

Add packet timestamp file logging to QHBv3 parser and correct wrong mag data bytes reading

12 files
+ 475
120
Compare changes
  • Side-by-side
  • Inline

Files

+ 17
0
 
{
 
"configurations": [
 
{
 
"name": "Linux",
 
"includePath": [
 
"${workspaceFolder}/**",
 
"/usr/include/libusb-1.0"
 
],
 
"defines": [],
 
"compilerPath": "/usr/bin/gcc",
 
"cStandard": "c17",
 
"cppStandard": "gnu++17",
 
"intelliSenseMode": "linux-gcc-x64"
 
}
 
],
 
"version": 4
 
}
 
\ No newline at end of file
Loading