logicanalyzer/Software/LogicAnalyzer/CLCapture/Properties/launchSettings.json
Agustín Gimenez 6ab103e120 Added WiFi battery indicator
Added persistance of last IP used
Added link to the Wiki
Corrected SPI analyzer
Added channel names on analysis settings
2023-10-25 00:51:32 +02:00

8 lines
225 B
JSON

{
"profiles": {
"CLCapture": {
"commandName": "Project",
"commandLineArgs": "capture COM9 1000000 1:SDA,2:SDB,3:SDC_A,4:nana,5,6,7,8 512 1000 5 TriggerType:Edge,Channel:1,Value:1 test.csv"
}
}
}