Skip to content

Commit

Permalink
mark version 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rand256 committed Apr 29, 2020
1 parent 73a8776 commit b3418f1
Show file tree
Hide file tree
Showing 3 changed files with 197 additions and 846 deletions.
11 changes: 11 additions & 0 deletions deployment/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### Conformance notice

The instuctions below are suitable for devices with firmware based on full-featured
Ubuntu 14.04 distribution. As of 20.04.2020 any firmware fits this term except
for 3.5.7_002008 version for Gen2 devices.

To initially install valetudo into 2008 firmware, users would have to create a special
version of firmware image using [rand256](https://github.com/rand256/vacuum)'s or [zvldz](https://github.com/zvldz/vacuum)'s image builder.
For further updating valetudo on that firmware, continue to the [wiki page](https://github.com/rand256/valetudo/wiki/Updating-valetudo-binary-on-2008-firmware).

### Downloading pre-built Valetudo

You can simply download pre-built binaries of Valetudo from the
Expand Down Expand Up @@ -61,6 +71,7 @@ To install scp `*.deb`s to the vacuum and run `dpkg -i file.deb`.

Another way to deal with this issue is to manually rebuild `pkg` binaries to link
libstd++ statically. This is the way how prebuilt Valetudo binary was created here.
Some ready to use patched node.js binaries are available in this repository [Releases section](https://github.com/rand256/valetudo/releases).

### Installing and configuring

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "valetudo-re",
"version": "0.9.3",
"version": "0.9.4",
"description": "Self-contained control webinterface for xiaomi vacuum robots",
"main": "index.js",
"bin": "index.js",
Expand All @@ -12,7 +12,7 @@
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "pkg --targets node10-linux-armv7 --no-bytecode --options max-old-space-size=32,optimize_for_size --public-packages=prettycron . --output valetudo"
"build": "pkg --targets node12.16.1-linux-armv7 --no-bytecode --options max-old-space-size=32,optimize_for_size --public-packages=prettycron . --output valetudo"
},
"author": "",
"dependencies": {
Expand All @@ -24,13 +24,13 @@
"express-dynamic-middleware": "^1.0.0",
"mqtt": "^3.0.0",
"multer": "^1.4.2",
"pngjs": "^4.0.0",
"pngjs": "^5.0.0",
"prettycron": "^0.10.0",
"slimbot": "^4.4.0",
"socks5-client": "^1.2.8",
"ws": "^7.2.3"
"ws": "^7.2.5"
},
"devDependencies": {
"pkg": "4.4.0"
"pkg": "4.4.8"
}
}
Loading

0 comments on commit b3418f1

Please sign in to comment.