mirror of
https://github.com/F5OEO/rpitx.git
synced 2026-02-20 01:41:29 +01:00
Add force_turbo for pi4 in config.txt
This commit is contained in:
@@ -37,6 +37,9 @@ if [ "$CONT" = "y" ]; then
|
||||
LINE='gpu_freq=250'
|
||||
FILE='/boot/config.txt'
|
||||
grep -qF "$LINE" "$FILE" || echo "$LINE" | sudo tee --append "$FILE"
|
||||
#PI4
|
||||
LINE='force_turbo=1'
|
||||
grep -qF "$LINE" "$FILE" || echo "$LINE" | sudo tee --append "$FILE"
|
||||
echo "Installation completed !"
|
||||
else
|
||||
echo "Warning : Rpitx should be instable and stop from transmitting !";
|
||||
|
||||
Reference in New Issue
Block a user