forked from lamystere/endless-orgasm-machine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
42 lines (42 loc) · 1.07 KB
/
config.json
File metadata and controls
42 lines (42 loc) · 1.07 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"wifi_ssid": "your_wifi",
"wifi_key": "your_password",
"wifi_on": false,
"wifi_ap_mode": false,
"ap_ssid": "EOM",
"ap_password": "",
"ap_channel": 1,
"ap_max_connections": 4,
"bt_display_name": "Libotoy",
"bt_on": true,
"websocket_port": 80,
"chart_window_s": 5,
"max_denied": 5,
"max_pleasure": 255,
"pressure_smoothing": 10,
"classic_serial": false,
"sensitivity_threshold": 1024,
"mid_threshold": 512,
"motor_ramp_time_s": 120,
"update_frequency_hz": 30,
"sensor_sensitivity": 50,
"use_average_values": true,
"force_bt_coex": true,
"use_ssl": true,
"hostname": "eom",
"initial_pleasure": 10,
"edge_delay": 10,
"max_additional_delay": 10,
"minimum_on_time": 1,
"vibration_mode": 2,
"use_post_orgasm": false,
"clench_pressure_sensitivity": 300,
"clench_time_to_orgasm_ms": 1500,
"clench_time_threshold_ms": 900,
"clench_detector_in_edging": false,
"auto_edging_duration_minutes": 30,
"post_orgasm_duration_seconds": 10,
"post_orgasm_menu_lock": false,
"edge_menu_lock": false,
"max_clench_duration_ms": 3000
}