This is an OpenPGP proof that connects my OpenPGP key to this Github account. For details check out https://docs.keyoxide.org/advanced/openpgp-proofs/
[Verifying my OpenPGP key: openpgp4fpr:B357B87CC83A0DEA592F1362556D13E8EB7BF591]
| #!/usr/bin/env bash | |
| # Funzione per fermarsi e chiedere conferma | |
| chiedi_conferma() { | |
| echo "" | |
| read -p "Premi INVIO per $1 (o CTRL+C per annullare)..." | |
| } | |
| clear | |
| echo "====================================================" |
| #!/usr/bin/env bash | |
| # Evitiamo che lo script si fermi per errori minori | |
| set -m | |
| echo "==========================================" | |
| echo " NIXOS EMERGENCY REMOTE ACCESS " | |
| echo "==========================================" | |
| # 1. Pulizia totale |
| import bluetooth #https://docs.micropython.org/en/latest/library/bluetooth.html | |
| import ubinascii | |
| def main(): | |
| # We can play with the power setting to set for single beacons how far will the rssi threshold in the scanner be reached | |
| #bluetooth.set_transmit_power(7.) | |
| BLE = bluetooth.BLE() | |
| BLE.active(True) | |
| #Advertise |
This is an OpenPGP proof that connects my OpenPGP key to this Github account. For details check out https://docs.keyoxide.org/advanced/openpgp-proofs/
[Verifying my OpenPGP key: openpgp4fpr:B357B87CC83A0DEA592F1362556D13E8EB7BF591]