This commit is contained in:
2025-10-29 17:02:44 -06:00
parent 868a30d522
commit 3c244052d3
3 changed files with 20 additions and 2 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 224 KiB

+15
View File
@@ -3,6 +3,21 @@
todo: splitter
todo: buy links
yellow - 3.3v - pi physical #17 (3.3)
black - gnd - pi physical #6 (gnd)
white - pps - pi Physical #12 (gpio 18)
blue - rx (module) to tx (pi) pi physical #8 (tx)
green - tx (module) to rx (pi) pi physical #10 (rx)
baud 9600
rtc WORKING!
red - 3.3v - pi physical #1 (3.3)
black - gnd - pi physical #9 (gnd)
brown - scl - pi physical #5 (i2c clock)
green - sda - pi physical #3 (i2c data)
# OLD
## U-BLOX LEA-M8T-0-10 HUAWEI GPS Module
**Pins are 2mm pitch**
**3.3 Volts**
+5 -2
View File
@@ -174,7 +174,8 @@ reconfigure_full () {
# setup and install root crontabs
echo -e "\nInstalling root cronjobs\n"
echo -e "\nADD THE CONTENTS OF root-crontabm, OK?\n"
hold_for_enter
echo -e "\n\t@reboot bash /usr/share/customscripts/ifnet \"/usr/share/customscripts/webhook bootup\""
hold_for_enter
sudo crontab -e
# (sudo crontab -l 2>/dev/null && sudo cat $crontab_new) | sudo crontab -
@@ -395,7 +396,7 @@ phase_four () {
# general-scripts-and-system-ssssssetup
echo -e "\nInstalling general-scripts-and-system-ssssssetup\n"
curl -s https://raw.githubusercontent.com/PrincessPi3/general-scripts-and-system-ssssssetup/refs/heads/main/customscripts/install_script.sh?nocache=$RANDOM | sudo $SHELL
curl -s https://raw.githubusercontent.com/PrincessPi3/general-scripts-and-system-ssssssetup/refs/heads/main/customscripts/install_script.sh?nocache=$RANDOM | sudo "$SHELL" && bash /usr/share/customscripts/configure_webhook.sh && exec "$SHELL"
# update the running file
echo 4 > $installer_status
@@ -550,6 +551,8 @@ test () {
# always run
echo -e "\n\nPrecision Timekeeping Fuckery :3\n\n"
if [[ "$1" =~ "test" ]]
# do the suto thinggg
# if da file is there
if [ -f $status_log ]; then