mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-08-07 09:13:04 +02:00
Force auto-advert to respect set intervals
This commit is contained in:
@@ -259,3 +259,7 @@ class AppSettings(BaseModel):
|
||||
default=0,
|
||||
description="Periodic advertisement interval in seconds (0 = disabled)",
|
||||
)
|
||||
last_advert_time: int = Field(
|
||||
default=0,
|
||||
description="Unix timestamp of last advertisement sent (0 = never)",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user