This commit is contained in:
张开元
2025-08-06 15:15:28 +08:00
parent 0b11c5491f
commit 721ed38c4c
7 changed files with 549 additions and 84 deletions

View File

@@ -139,6 +139,16 @@ func getDeviceConfig(deviceModel string) DeviceConfig {
SizeMax: 225.0,
}
// "Google"
case "iphone":
return DeviceConfig{
DeviceID: 2,
PressureMin: 1,
PressureMax: 1,
SizeMin: 0.03,
SizeMax: 0.04,
}
// Default configuration for unknown devices
default:
return DeviceConfig{