diff options
author | Christian Pointner <equinox@spreadspace.org> | 2016-08-07 22:34:00 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2016-08-07 22:34:00 +0200 |
commit | 230902a9dfa1e2478a5b172c6741035cd3e2e6aa (patch) | |
tree | 647a07aa4b6c08bcf41bc87e159a7a5b712bda94 /bssid.shtml | |
parent | 813087e72000344d2bbb838c279219d0ea03b117 (diff) |
replaced all == with =
Diffstat (limited to 'bssid.shtml')
-rw-r--r-- | bssid.shtml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bssid.shtml b/bssid.shtml index 857276b..cb17e36 100644 --- a/bssid.shtml +++ b/bssid.shtml @@ -1,10 +1,10 @@ -<!--#if expr="$POL == v"--><!--#set var="POLCODED" value="A"--> -<!--#elif expr="$POL == h"--><!--#set var="POLCODED" value="E"--> -<!--#elif expr="$POL == l"--><!--#set var="POLCODED" value="6"--> -<!--#elif expr="$POL == r"--><!--#set var="POLCODED" value="2"--> +<!--#if expr="$POL = v"--><!--#set var="POLCODED" value="A"--> +<!--#elif expr="$POL = h"--><!--#set var="POLCODED" value="E"--> +<!--#elif expr="$POL = l"--><!--#set var="POLCODED" value="6"--> +<!--#elif expr="$POL = r"--><!--#set var="POLCODED" value="2"--> <!--#endif--> <!--#if expr="$CHAN = /^([1-9]|1[0-3])$/"--> - <!--#if expr="$CHAN = /^[1-9]$/"-->0<!--#endif--><!--#if expr="$CHAN == 3"-->2<!--#else--><!--#echo var="CHAN"--><!--#endif-->:CA:FF:EE:BA:BE<br/> + <!--#if expr="$CHAN = /^[1-9]$/"-->0<!--#endif--><!--#if expr="$CHAN = 3"-->2<!--#else--><!--#echo var="CHAN"--><!--#endif-->:CA:FF:EE:BA:BE<br/> <em>oder / ali / or</em> <br/> C<!--#echo var="POLCODED"-->:00:24:00:C0:<!--#if expr="$CHAN = /^[1-9]$/"-->0<!--#endif--><!--#echo var="CHAN"--> <!--#elif expr="$CHAN = /^(36|40|44|48|52|56|60|64)$/"--> |