Add Example BOM DATA

This commit is contained in:
2026-02-20 11:00:22 +10:00
parent 9c7db092e7
commit 6d7834786e
4 changed files with 7728 additions and 2 deletions

2
.vscode/launch.json vendored
View File

@@ -25,7 +25,7 @@
"name": "Plotbox Current File",
"type": "debugpy",
"request": "launch",
"program": "${workspaceFolder}\\plot_box.py",
"program": "${workspaceFolder}\\plotbox.py",
"args": ["${file}"],
"console": "integratedTerminal"
}