conservationtechlab / dencam

Polar bear maternal den observation system.
MIT License
5 stars 2 forks source link

20 airplane mode #36

Closed EliasMartinezJ closed 2 years ago

EliasMartinezJ commented 2 years ago

Added Airplane mode feature using os.system to write to terminal rfkill commands to block and unblock wifi and bluetooth connections.

Added yaml variable to be able to decide whether airplane mode is on/off on boot.

Added a toggle feature to the networking page, using the second button, when pressed will enable or disable airplane mode(when enabling, the networking text disappears from the screen instantly, but when disabling it does take a few seconds to pop back up)

closes issue #20