customize meter scale, set new font style and color

This commit is contained in:
2023-11-21 10:40:09 +05:00
parent c11d561bba
commit 50c42090d4
4 changed files with 15 additions and 8 deletions

View File

@ -18,5 +18,9 @@ LONGITUDE="73.5092"
# Change these as you see fit based on RTSP image resolution
UPLOAD_METER_LOCATION=510
METER_SCALE=100
UPLOAD_METER_LOCATION=510 # in px starting from download meter start
METER_SCALE=100 # in percentage
# Change meter scale in Mbps
MAX_DOWNLOAD_SPEED=300
MAX_UPLOAD_SPEED=50