Files
waiwaylee 01d28e0d28 更新:1、使用VS code+cmake重新编译,编译器保持不变;
2、修复若干逻辑bug,具体参考BUG_FIX_REPORT.md

Signed-off-by: waiwaylee <waiwaylee@foxmail.com>
2026-08-18 11:26:19 +08:00

26 lines
511 B
YAML

buildType:
default: release
choices:
release:
short: Release
long: Release (MSVC2013 x86)
buildType: Release
debug:
short: Debug
long: Debug (MSVC2013 x86)
buildType: Debug
scanMode:
default: ps
choices:
ps:
short: X256_PS
long: X256_PS - PHASE_SCANNING
settings:
RADAR_SCAN_MODE: PHASE_SCANNING
ms:
short: X256_MS
long: X256_MS - MECHANICAL_SCANNING
settings:
RADAR_SCAN_MODE: MECHANICAL_SCANNING