解决了获取时间卡死bug

This commit is contained in:
2024-04-03 09:12:35 +08:00
parent 9ba62457a9
commit 19119e60b2
467 changed files with 90205 additions and 246 deletions

View File

@ -0,0 +1,21 @@
{
"name": "Vector",
"version": "1.2.2",
"description": "An array container similar to the C++ std::vector",
"repository": {
"type": "git",
"url": "https://github.com/janelia-arduino/Vector.git"
},
"authors": [
{
"name": "Peter Polidoro",
"email": "peter@polidoro.io",
"url": "https://github.com/peterpolidoro",
"maintainer": true
}
],
"license": "BSD-3-Clause",
"homepage": "https://github.com/janelia-arduino/Vector",
"frameworks": "*",
"platforms": "*"
}