Fix file path
This commit is contained in:
parent
8e0f6e51e2
commit
457dc11945
@ -6,7 +6,7 @@ struct Config {
|
||||
static let port = 6003
|
||||
|
||||
/// The name of the file in the `Resources` folder containing the device authentication token
|
||||
static let keyFileName = "deviceKey"
|
||||
static let keyFileName = "keys"
|
||||
|
||||
/// The seconds to wait for a response from the device
|
||||
static let deviceTimeout: Int64 = 20
|
||||
|
Loading…
Reference in New Issue
Block a user