4.3.0 Beta feedback
Re: 4.3.0 Beta feedback
Have you considered trying with a smaller card? 128GB seems very large.
--
Brian G8SEZ
Brian G8SEZ
Re: 4.3.0 Beta feedback
Now that the Nextion processing has been integrated into the mix, consider adding the stop/start of the Nextion driver to pistar-daily.cron:
This insures that the latest list of user ids gets loaded afresh each day.
Also, load in the lastest NextionDriver binary that allows more than the current 200K user ids.
Code: Select all
:
# Stop all the services...
systemctl stop pistar-watchdog.service > /dev/null 2>&1
systemctl stop nextiondriver.service > /dev/null 2>&1 <-----
systemctl stop mmdvmhost.service > /dev/null 2>&1
systemctl stop dstarrepeater.service > /dev/null 2>&1
:
:
# Start all the services...
systemctl start ircddbgateway.service > /dev/null 2>&1
:
systemctl start nextiondriver.service > /dev/null 2>&1 <-----
systemctl start mmdvmhost.service > /dev/null 2>&1
:
Also, load in the lastest NextionDriver binary that allows more than the current 200K user ids.
Re: 4.3.0 Beta feedback
Andy is there a view from you and the other developers about whether 4.3.0 is now able to become a release version?
I've been running it for a good while on a Pi Zero 2W and it seems very good and stable.
I don't think I have seen any complaints about anything other than the Nextion-related stuff.
I've been running it for a good while on a Pi Zero 2W and it seems very good and stable.
I don't think I have seen any complaints about anything other than the Nextion-related stuff.
--
Brian G8SEZ
Brian G8SEZ
Re: 4.3.0 Beta feedback
why is there no more news about version 4.3.0?
Re: 4.3.0 Beta feedback
Same here. I scrapped 4.3
AntiSquid Disclaimer: All messages posted are personal opinion only and may not constitute fact.