Make install more configurable
Currently, the bash install includes all packages. While this is fine, it would make more sense to have an option to select how the PaPi is interfacing with PaPiDuck (WiFi vs serial vs other).
At some point might make sense to have some kind of GUI to select the mode
The plan to resolve this as I was thinking. Was to have a docker container run MQTT on any device and the duck would connect to it via your local network. This would eliminate the need for a USB serial since people sometimes have issues with that. If you want to operate in an offline capacity you could always run a script to turn say a raspi into an AP and use it remotely in the field without having the need to rely on home internet connection.