Used version of crudini puts spaces between values and parameters
This leads to an unusable config.txt
To fix that behavior simply remove blanks with sed.
This may fix#50
Signed-off-by: Stephan Wendel <me@stephanwe.de>
Improved readability of device definition section and added text to resolve "Video capture not supported by the device" error when using /dev/video0 on non-RPi hardware.
Signed-off-by: Cor Ruiten <zozo@ruiten.com>
Signed-off-by: Cor Ruiten <zozo@ruiten.com>
Ubuntu with kernel 5.15 moves its config.txt to
`/boot/firmware/config.txt`
This should fix#50 (fixes#50)
Signed-off-by: Stephan Wendel <me@stephanwe.de>
This should also fix#58 (fixes#58)
As described in issue #58 the version v0.19.1 isnt working correctly on
armv6 devices like an RPI 2B
Signed-off-by: Stephan Wendel <me@stephanwe.de>
This should fix#63 (fixes#63)
According to changes of Install routine, I simply forgot to change the
path to resources (which was file_templates before)
Signed-off-by: Stephan Wendel <me@stephanwe.de>
* Added ubuntu server 20.04 as tested and working
I Fixed a couple of spelling mistakes and added Ubuntu server 20.04 as tested working.
I used a fresh install of Ubuntu 20.04.4 LTS (GNU/Linux 5.4.0-100-generic x86_64).
I used the Kiauh installer to setup klipper, mainsail, moonraker, and obico.
This allows you to run crowsnest without any
proxy server needed.
This resolves#34
Signed-off-by: Stephan Wendel <me@stephanwe.de>
Signed-off-by: Stephan Wendel <me@stephanwe.de>
Error in func build_apps and clone_ustreamer
leads to cloned repo and build ustreamer as root.
This leads to failing make buildclean and build
Signed-off-by: Stephan Wendel <me@stephanwe.de>
This installer requires to be configured due
make config
Changes:
Add tools/configure.sh script and make config.
Refactor of uninstall.sh according to new installer
Add dev-helper.sh to provide various informations for developing
and also could check existing installation as kinda "unit-test"
This should also fix#46
and fix#41
Signed-off-by: Stephan Wendel <me@stephanwe.de>
Signed-off-by: Stephan Wendel <me@stephanwe.de>
This should fix#33
By default a variable bitrate is set, this leads
to a "blocky" view.
blockyfix function sets constant bitrate and a moderate
bitrate if not set by user.
Signed-off-by: Stephan Wendel <me@stephanwe.de>
Show default answers in case of user only hits enter.
Includes fix: Install on rpi bullseye fails
This also should fix#24
Signed-off-by: Stephan Wendel <me@stephanwe.de>
This fixes error that available diskspace is shown as used diskspace.
In reallity it should show available and using available instead of
used.
Thanks to mallcop for reporting
Signed-off-by: Stephan Wendel <me@stephanwe.de>