mirror of
https://github.com/goodtft/LCD-show.git
synced 2025-01-19 09:52:15 +01:00
Update MPI4008-show
This commit is contained in:
parent
c232908ecc
commit
6dab58d0dc
@ -14,10 +14,10 @@ kernel=`uname -r`
|
||||
version=`uname -v`
|
||||
if test "$nodeplatform" = "raspberrypi";then
|
||||
echo "this is raspberrypi kernel"
|
||||
version=${version%% *}
|
||||
version=${version#*#}
|
||||
version=${version##* }
|
||||
#version=${version#*#}
|
||||
echo $version
|
||||
if test $version -lt 970;then
|
||||
if test $version -lt 2017;then
|
||||
echo "reboot"
|
||||
else
|
||||
echo "need to update touch configuration"
|
||||
|
Loading…
x
Reference in New Issue
Block a user