Changing the PPS pin
colinluthier opened this issue · 2 comments
I am needing to change the pin if the primary PPS pin. Can I change the configuration file before installing or will the install overwrite the file?
the script expects a virgine configuration of Raspberry Pi OS. if you made already some configurations, the script may behave unexpected.
you can change the config.txt file after you run the install script, otherwise you will miss some other configurations.
or change the pin in the script https://github.com/beta-tester/RPi-GPS-PPS-StratumOne/blob/master/install-gps-pps.sh#L149
the script does only look if there is a string "pps-gpio" in the config.txt file, if it contains the string it does not touch the config.txt file. but this also means, that it does not do other required configurations in this case.
e.g. disable bluetooth adapter.
no activity... i close this issue