-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings_defaults.ini
More file actions
28 lines (21 loc) · 823 Bytes
/
settings_defaults.ini
File metadata and controls
28 lines (21 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Default Settings for AC Boilerplate App
# This file contains all default configuration values with explanations.
# Copy this file to settings.ini and modify your preferences there.
[UI]
# Scale of the application window (10-250%)
scale = 100
# X position of the window on screen (pixels from left)
window_x = 50
# Y position of the window on screen (pixels from top)
window_y = 50
[Display]
# Speed unit: kph (kilometers per hour) or mph (miles per hour)
speed_unit = kph
# Show extra info label (0 = hidden, 1 = visible)
show_extra_info = 1
[Updates]
# Update frequency for high-priority data in seconds (e.g., speed, gear)
# Lower values = more frequent updates = smoother but more CPU usage
high_frequency = 0.0167
# Update frequency for medium-priority data in seconds (e.g., lap count)
medium_frequency = 0.5