diff options
Diffstat (limited to 'mode-button.rsc')
-rw-r--r-- | mode-button.rsc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mode-button.rsc b/mode-button.rsc index f8bd7b8..4cf5e75 100644 --- a/mode-button.rsc +++ b/mode-button.rsc @@ -1,12 +1,13 @@ #!rsc by RouterOS # RouterOS script: mode-button # Copyright (c) 2018-2025 Christian Hesse <mail@eworm.de> -# https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md +# https://rsc.eworm.de/COPYING.md # # requires RouterOS, version=7.14 +# requires device-mode, scheduler # # act on multiple mode and reset button presses -# https://git.eworm.de/cgit/routeros-scripts/about/doc/mode-button.md +# https://rsc.eworm.de/doc/mode-button.md :global GlobalFunctionsReady; :while ($GlobalFunctionsReady != true) do={ :delay 500ms; } |