Update firmware to include OTA integration

This commit is contained in:
Paulus Schoutsen 2021-06-14 21:38:50 -07:00
parent 8c27116bcd
commit f1718188b7
3 changed files with 3 additions and 0 deletions

3
package-lock.json generated
View File

@ -1105,6 +1105,9 @@
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.51.2.tgz",
"integrity": "sha512-ReV2eGEadA7hmXSzjxdDKs10neqH2QURf2RxJ6ayAlq93ugy6qIvXMmbc5cWMGCDh1h5T4thuWO1e2VNbMq8FA==",
"dev": true,
"dependencies": {
"fsevents": "~2.3.1"
},
"bin": {
"rollup": "dist/bin/rollup"
},

Binary file not shown.

Binary file not shown.