initial commit

This commit is contained in:
jkoschke
2022-08-26 12:49:14 +02:00
commit 4990667410
573 changed files with 29169 additions and 0 deletions

9
tests/package.json Normal file
View File

@ -0,0 +1,9 @@
{
"name": "wifi-setup-test",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"wireless-tools": "^0.19.0"
}
}