Thanks for all the testing and bug reports on the first Portsdown 4 build. I have just released a new update which includes the following new features:
- Mic Gain set to default on touchscreen startup
- Restored lost (last) characters on VLC parameter overlay
- Cured excessive output device menu time delay with no Pluto connected
- Pluto Transmit Capability extended to Pi Cam and EasyCap inputs (H264 only)
- DATV Express capability (DVB-S only)
You should be able to update from the touchscreen Menu 3, but if you get an "Unable to contact GitHub for update, Internet connection to Google seems OK" error (caused by an error in the very early Portsdown 4 builds), you will need to log in by ssh and:
Code: Select all
cd /home/pi
wget https://raw.githubusercontent.com/BritishAmateurTelevisionClub/portsdown4/master/update.sh -O /home/pi/update.sh
chmod +x /home/pi/update.sh
./update.sh
Dave, G8GKQ