ManufacturedMotion / Hexapod

MIT License
2 stars 1 forks source link

User Experience #55

Closed Iacobacci closed 7 months ago

Iacobacci commented 8 months ago
Iacobacci commented 8 months ago

Hit a blocker on these two. "Automatically initiate webserver / Controller at startup" I was able to configure the hexapod.service file, but could not get it to run properly. Likely due to the dependencies we have.

[Unit] Description=My Python Script After=bluetooth.service Requires=bluetooth.service

[Service] Type=simple ExecStart=/usr/bin/python3 /home/iacobacci/main.py Restart=always

[Install] WantedBy=multi-user.target

Since this isn't blocking our bing hexapod progress, I'm going to table this until we can debug together

Iacobacci commented 8 months ago

Same with the WAP -- running into issues testing (I locked myself out of my pi's wifi, and had to restart). So I'm backlogging this as well, since it is a nice to have

Iacobacci commented 7 months ago

Breaking out the rest of these issues to be independent