From 45ab6020806bac1fdcada3db1596b5832d620e0b Mon Sep 17 00:00:00 2001 From: Steven Polley Date: Sat, 1 Jul 2023 16:24:05 +0000 Subject: [PATCH] add example env.sh --- env.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 env.sh diff --git a/env.sh b/env.sh new file mode 100644 index 0000000..b9b36b1 --- /dev/null +++ b/env.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +# The environment variables must have an _ suffix, in series, starting from 0. + +export btmacaddress_0="69:42:69:FF:04:20" # your phone +export btmacaddress_1="0F:F0:0F:F6:44:55" # your smart watch +export btmacaddress_2="0F:44:24:F5:69:69" # your tablet \ No newline at end of file