- Show program messages in 3D view.
- Fix bug where rehoming fails after stop. #294
- Fixed splash screen centering.
- - Much improved onscreen keyboard for touch screen operation.
+ - Much improved onscreen keyboard for touch screen operation. #292
- Handle pause duing seeking operation correctly.
## v0.4.16
#apt-get dist-upgrade -y
# Install packages
-apt-get install -y scons build-essential libssl-dev python3-dev libx11-dev \
+apt-get install -y git scons build-essential libssl-dev python3-dev libx11-dev \
libxcursor-dev libxinerama-dev libxtst-dev libxft-dev pkg-config ninja-build \
vim bash-completion
#!/bin/bash
+DIR="$(dirname "$0")"
+
cp /boot/config.txt /tmp/
-edit-config /tmp/config.txt "$@"
+"$DIR"/edit-config /tmp/config.txt "$@"
diff /boot/config.txt /tmp/config.txt >/dev/null
if [ $? -eq 1 ]; then