[mob][photos] Inline
This commit is contained in:
parent
85a8f6b7cf
commit
7811c58214
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class MachineLearningController {
|
|||
static const kMaximumTemperature = 42; // 42 degree celsius
|
||||
static const kMinimumBatteryLevel = 20; // 20%
|
||||
static const kDefaultInteractionTimeout =
|
||||
kDebugMode ? Duration(seconds: 1) : Duration(seconds: 5);
|
||||
kDebugMode ? Duration(seconds: 3) : Duration(seconds: 5);
|
||||
static const kUnhealthyStates = ["over_heat", "over_voltage", "dead"];
|
||||
|
||||
bool _isDeviceHealthy = true;
|
||||
|
|
Loading…
Reference in a new issue