fix(plc zeccetti): changes to improve the timing on the zecetti more to be done

This commit is contained in:
2025-11-07 10:08:56 -06:00
parent 7c40f028c8
commit 247010d48f
5 changed files with 24 additions and 4 deletions

14
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,14 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Attach to packager",
"cwd": "${workspaceFolder}",
"type": "reactnative",
"request": "attach"
}
]
}