Removed useless jump

This commit is contained in:
Snorre Selmer 2022-11-17 15:33:44 +01:00 committed by GitHub
parent 746dfba940
commit f833578517
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,9 +32,6 @@ l Minutes Weather NextWeatherEventTime
div Minutes Minutes 60 # convert to minutes div Minutes Minutes 60 # convert to minutes
trunc Minutes Minutes # drop decimals trunc Minutes Minutes # drop decimals
s Readout Setting Minutes # send to display s Readout Setting Minutes # send to display
j warning
warning:
slt SirenHigh Minutes 3 # got less than 3m? slt SirenHigh Minutes 3 # got less than 3m?
sgt SirenLow Minutes 0 # got more than 60s? sgt SirenLow Minutes 0 # got more than 60s?
and SirenOn SirenHigh SirenLow # sound siren? and SirenOn SirenHigh SirenLow # sound siren?