Skip to content

Commit

Permalink
Merge pull request #66 from destroyedlolo/DRMCairo
Browse files Browse the repository at this point in the history
Put real timeout value
  • Loading branch information
destroyedlolo authored Jun 11, 2023
2 parents 1b4bd5e + f26e7a4 commit 71e0c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SeleniteDRMCairo/HDB/40_BottomBar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ local function f()
table.insert( additionnalevents, condition_freebox.getTimer() )
offx = offx + 24

local wdWiFi, _ = SelTimer.Create { when=20, clockid=SelTimer.ClockModeConst("CLOCK_MONOTONIC"), ifunc= function ()
local wdWiFi, _ = SelTimer.Create { when=150, clockid=SelTimer.ClockModeConst("CLOCK_MONOTONIC"), ifunc= function ()
Notification.setColor( COL_RED )
Notification.Log( "Répéteur WiFi muet")
Notification.setColor( COL_WHITE )
Expand Down

0 comments on commit 71e0c0d

Please sign in to comment.